libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866).
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 20 Dec 2006 19:06:02 +0000 (19:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 20 Dec 2006 19:06:02 +0000 (19:06 +0000)
Original commit message from CVS:
Patch by: Sebastian Dröge  <slomo ubuntu com>
* libs/gst/base/gstcollectpads.c:
Fix two doc typos (#387866).

ChangeLog
libs/gst/base/gstcollectpads.c

index 56eee9c..614dcd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Sebastian Dröge  <slomo ubuntu com>
+
+       * libs/gst/base/gstcollectpads.c:
+         Fix two doc typos (#387866).
+
 2006-12-19  Tim-Philipp Müller  <tim at centricular dot net>
 
        * docs/manual/advanced-dparams.xml:
index 785f2a4..96f9217 100644 (file)
@@ -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.