From: Tim-Philipp Müller Date: Fri, 24 Feb 2017 21:35:27 +0000 (+0000) Subject: pad: add since marker to docs for new API X-Git-Tag: 1.12.0~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08ee7a86edfe4fccb0b254d3541bb59f0ada071c;p=platform%2Fupstream%2Fgstreamer.git pad: add since marker to docs for new API --- diff --git a/gst/gstpad.c b/gst/gstpad.c index 4ff6059..0267daa 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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)