mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gst/gstpad.c: Fix two docs typoes (#399094).
Original commit message from CVS: Patch by: Mark Nauwelaerts <manauw at skynet be> * gst/gstpad.c: Fix two docs typoes (#399094).
This commit is contained in:
parent
572c86b927
commit
e56bad5b13
2 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-01-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Mark Nauwelaerts <manauw at skynet be>
|
||||
|
||||
* gst/gstpad.c:
|
||||
Fix two docs typoes (#399094).
|
||||
|
||||
2007-01-19 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* docs/faq/gst-uninstalled:
|
||||
|
|
|
@ -4242,10 +4242,10 @@ gst_pad_get_element_private (GstPad * pad)
|
|||
* @func: the task function to call
|
||||
* @data: data passed to the task function
|
||||
*
|
||||
* Starts a task that repeadedly calls @func with @data. This function
|
||||
* is nostly used in the pad activation function to start the
|
||||
* dataflow. This function will automatically acquire the #GST_PAD_STREAM_LOCK
|
||||
* of the pad before calling @func.
|
||||
* Starts a task that repeatedly calls @func with @data. This function
|
||||
* is mostly used in pad activation functions to start the dataflow.
|
||||
* The #GST_PAD_STREAM_LOCK of @pad will automatically be acquired
|
||||
* before @func is called.
|
||||
*
|
||||
* Returns: a %TRUE if the task could be started.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue