mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
pad: add since marker to docs for new API
This commit is contained in:
parent
827e5d4fad
commit
08ee7a86ed
1 changed files with 3 additions and 1 deletions
|
@ -6074,9 +6074,11 @@ no_task:
|
|||
* @pad: the #GstPad to get task state from
|
||||
*
|
||||
* Get @pad task state. If no task is currently
|
||||
* set, GST_TASK_STOPPED is returned.
|
||||
* set, #GST_TASK_STOPPED is returned.
|
||||
*
|
||||
* Returns: The current state of @pad's task.
|
||||
*
|
||||
* Since: 1.12
|
||||
*/
|
||||
GstTaskState
|
||||
gst_pad_get_task_state (GstPad * pad)
|
||||
|
|
Loading…
Reference in a new issue