pad: add since marker to docs for new API

This commit is contained in:
Tim-Philipp Müller 2017-02-24 21:35:27 +00:00
parent 827e5d4fad
commit 08ee7a86ed

View file

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