summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-05-27 13:36:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-05-27 13:37:05 +0100
commitba3073ffced73a11d25d0c55178acc70bd9a503a (patch)
treea09f3e4e5333f570cfb4c6b1e839b28bf8eb4420 /gst/gstpad.h
parent2f265b757155f1318908991d7b1752dd22cf66e4 (diff)
pad: two minor docs fixes
Diffstat (limited to 'gst/gstpad.h')
-rw-r--r--gst/gstpad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h
index 103253fc5..67ec70d9a 100644
--- a/gst/gstpad.h
+++ b/gst/gstpad.h
@@ -1150,6 +1150,8 @@ struct _GstPadClass {
* @pad: a #GstPad
*
* Gets the last flow return on this pad
+ *
+ * Since: 1.4
*/
#define GST_PAD_LAST_FLOW_RETURN(pad) (GST_PAD_CAST(pad)->ABI.abi.last_flowret)