summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
diff options
context:
space:
mode:
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)