From 08a8908854a0e2c9a8c1a575d7d2396158081038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 20 Dec 2006 19:06:02 +0000 Subject: [PATCH] libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Sebastian Dröge * libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866). --- ChangeLog | 7 +++++++ libs/gst/base/gstcollectpads.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56eee9c7f5..614dcd072b 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 785f2a45e7..96f921772f 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.