summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-06-10 17:32:20 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-06-10 17:32:20 +0200
commit2d6a59aa83b1c4915e40ac174e085ad20ee77355 (patch)
tree049df530881b6cf6bd532da26bc81fb2a44ca0ea /gst/gstpad.h
parenteeb07b3f3d1be54c9014de3ccaade4a3a103c44c (diff)
downloadgstreamer-2d6a59aa83b1c4915e40ac174e085ad20ee77355.tar.gz
pad: add _check_reconfigure() method
Add a method to check and clear the RECONFIGURE flag on a pad.
Diffstat (limited to 'gst/gstpad.h')
-rw-r--r--gst/gstpad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h
index dc10feed63..b22bfad23d 100644
--- a/gst/gstpad.h
+++ b/gst/gstpad.h
@@ -827,6 +827,8 @@ void gst_pad_remove_probe (GstPad *pad, gu
gboolean gst_pad_is_blocked (GstPad *pad);
gboolean gst_pad_is_blocking (GstPad *pad);
+gboolean gst_pad_check_reconfigure (GstPad *pad);
+
void gst_pad_set_element_private (GstPad *pad, gpointer priv);
gpointer gst_pad_get_element_private (GstPad *pad);