From 47976eb0c286a29624e303043839279ef41f003a Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 13 Nov 2006 18:03:35 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ gst/gstpad.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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. *