pad: add since marker to docs for new API
authorTim-Philipp Müller <tim@centricular.com>
Fri, 24 Feb 2017 21:35:27 +0000 (21:35 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 24 Feb 2017 21:35:27 +0000 (21:35 +0000)
gst/gstpad.c

index 4ff6059..0267daa 100644 (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)