From: Wim Taymans Date: Wed, 2 May 2007 15:14:32 +0000 (+0000) Subject: gst/gstpad.c: Fix documentation as spotted by rg on IRC. X-Git-Tag: RELEASE-0_10_13~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=682d75a392580f854ba8df0f83d1b559714b357f;p=platform%2Fupstream%2Fgstreamer.git gst/gstpad.c: Fix documentation as spotted by rg on IRC. Original commit message from CVS: * gst/gstpad.c: Fix documentation as spotted by rg on IRC. --- diff --git a/ChangeLog b/ChangeLog index d18b77b..f82f643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-02 Wim Taymans + + * gst/gstpad.c: + Fix documentation as spotted by rg on IRC. + 2007-04-29 Stefan Kost * gst/gstutils.c: diff --git a/gst/gstpad.c b/gst/gstpad.c index 54ecdec..f965672 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -1223,7 +1223,7 @@ gst_pad_set_checkgetrange_function (GstPad * pad, /** * gst_pad_set_event_function: - * @pad: a source #GstPad. + * @pad: a #GstPad of either direction. * @event: the #GstPadEventFunction to set. * * Sets the given event handler for the pad.