diff --git a/ChangeLog b/ChangeLog index ad9933316f..dd67f5878f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-13 Wim Taymans + + Patch by: Mark Nauwelaerts + + * gst/gstpad.c: + Fix documentation for gst_pad_dispatcher. Fixes #374475. + 2006-11-13 Wim Taymans Patch by: Jonathan Matthew diff --git a/gst/gstpad.c b/gst/gstpad.c index 37a3ddce75..49708e8d15 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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. *