summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-09-02 21:37:55 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-09-02 21:37:55 +0000
commit49127d2e3e0257bcb3474dfa3655d1b071a14742 (patch)
tree5bef7543c90160041bcbdb93854e18e7f536ae51 /gst
parent83e8f2b844b22239d0a243684536083f885ba2fe (diff)
run the wingo-magic script against the docs
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/gstelement.sgml: * gst/gstpad.c: * libs/gst/controller/gst-controller.c: (gst_controlled_property_set_interpolation_mode), (gst_controlled_property_new), (gst_controller_find_controlled_property): run the wingo-magic script against the docs
Diffstat (limited to 'gst')
-rw-r--r--gst/gstpad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c
index 20a654d62..a8e1f7357 100644
--- a/gst/gstpad.c
+++ b/gst/gstpad.c
@@ -474,7 +474,7 @@ post_activate_switch (GstPad * pad, gboolean new_active)
* @pad: the #GstPad to activate or deactivate.
* @active: whether or not the pad should be active.
*
- * Activates or deactivates the given pad. Must be called with the STATE_LOCK.
+ * Activates or deactivates the given pad. Must be called with the %GST_STATE_LOCK.
* Normally called from within core state change functions.
*
* If @active, makes sure the pad is active. If it is already active, either in
@@ -487,7 +487,7 @@ post_activate_switch (GstPad * pad, gboolean new_active)
*
* Returns: TRUE if the operation was successfull.
*
- * MT safe. Must be called with STATE_LOCK.
+ * MT safe. Must be called with %GST_STATE_LOCK.
*/
gboolean
gst_pad_set_active (GstPad * pad, gboolean active)