From: Sebastian Dröge Date: Wed, 20 Dec 2006 19:06:02 +0000 (+0000) Subject: libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866). X-Git-Tag: RELEASE-0_10_12~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08a8908854a0e2c9a8c1a575d7d2396158081038;p=platform%2Fupstream%2Fgstreamer.git libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866). Original commit message from CVS: Patch by: Sebastian Dröge * libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866). --- diff --git a/ChangeLog b/ChangeLog index 56eee9c..614dcd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-20 Tim-Philipp Müller + + Patch by: Sebastian Dröge + + * libs/gst/base/gstcollectpads.c: + Fix two doc typos (#387866). + 2006-12-19 Tim-Philipp Müller * docs/manual/advanced-dparams.xml: diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c index 785f2a4..96f9217 100644 --- a/libs/gst/base/gstcollectpads.c +++ b/libs/gst/base/gstcollectpads.c @@ -481,7 +481,7 @@ gst_collect_pads_set_flushing_unlocked (GstCollectPads * pads, * * Change the flushing state of all the pads in the collection. No pad * is able to accept anymore data when @flushing is %TRUE. Calling this - * function with @flushing %TRUE makes @pads accept data again. + * function with @flushing %FALSE makes @pads accept data again. * * MT safe. * @@ -684,7 +684,7 @@ gst_collect_pads_clear (GstCollectPads * pads, GstCollectData * data) * This function should be called with @pads LOCK held, such as * in the callback. * - * Returns: The maximum number of bytes queued on all pad. This function + * Returns: The maximum number of bytes queued on all pads. This function * returns 0 if a pad has no queued buffer. * * MT safe.