gst/gstpad.c: Fix documentation for gst_pad_dispatcher. Fixes #374475.
authorMark Nauwelaerts <manauw@skynet.be>
Mon, 13 Nov 2006 18:03:35 +0000 (18:03 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 13 Nov 2006 18:03:35 +0000 (18:03 +0000)
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet dot be>
* gst/gstpad.c:
Fix documentation for gst_pad_dispatcher. Fixes #374475.

ChangeLog
gst/gstpad.c

index ad99333..dd67f58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-11-13  Wim Taymans  <wim@fluendo.com>
 
+       Patch by: Mark Nauwelaerts <manauw at skynet dot be>
+
+       * gst/gstpad.c:
+       Fix documentation for gst_pad_dispatcher. Fixes #374475.
+
+2006-11-13  Wim Taymans  <wim@fluendo.com>
+
        Patch by: Jonathan Matthew <jonathan at kaolin dot wh9 dot net>
 
        * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
index 37a3ddc..49708e8 100644 (file)
@@ -2950,8 +2950,8 @@ gst_pad_event_default (GstPad * pad, GstEvent * event)
  * @dispatch: the #GstDispatcherFunction to call.
  * @data: gpointer user data passed to the dispatcher function.
  *
- * Invokes the given dispatcher function on all pads that are
- * internally linked to the given pad.
+ * Invokes the given dispatcher function on each respective peer of
+ * all pads that are internally linked to the given pad.
  * The GstPadDispatcherFunction should return TRUE when no further pads
  * need to be processed.
  *