libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866).

Original commit message from CVS:
Patch by: Sebastian Dröge  <slomo ubuntu com>
* libs/gst/base/gstcollectpads.c:
Fix two doc typos (#387866).
This commit is contained in:
Sebastian Dröge 2006-12-20 19:06:02 +00:00 committed by Tim-Philipp Müller
parent 48f12a676d
commit 08a8908854
2 changed files with 9 additions and 2 deletions

View file

@ -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:

View 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.