gst/gstpad.c: Fix documentation for gst_pad_dispatcher. Fixes #374475.

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.
This commit is contained in:
Mark Nauwelaerts 2006-11-13 18:03:35 +00:00 committed by Wim Taymans
parent ce2e82da3f
commit 47976eb0c2
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
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>

View 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.
*