From: Mark Nauwelaerts Date: Mon, 13 Nov 2006 18:03:35 +0000 (+0000) Subject: gst/gstpad.c: Fix documentation for gst_pad_dispatcher. Fixes #374475. X-Git-Tag: RELEASE-0_10_11~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47976eb0c286a29624e303043839279ef41f003a;p=platform%2Fupstream%2Fgstreamer.git gst/gstpad.c: Fix documentation for gst_pad_dispatcher. Fixes #374475. Original commit message from CVS: Patch by: Mark Nauwelaerts * gst/gstpad.c: Fix documentation for gst_pad_dispatcher. Fixes #374475. --- diff --git a/ChangeLog b/ChangeLog index ad99333..dd67f58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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 * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length): diff --git a/gst/gstpad.c b/gst/gstpad.c index 37a3ddc..49708e8 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. *