diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-05-27 13:36:29 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-05-27 13:37:05 +0100 |
commit | ba3073ffced73a11d25d0c55178acc70bd9a503a (patch) | |
tree | a09f3e4e5333f570cfb4c6b1e839b28bf8eb4420 /gst | |
parent | 2f265b757155f1318908991d7b1752dd22cf66e4 (diff) |
pad: two minor docs fixes
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstpad.c | 2 | ||||
-rw-r--r-- | gst/gstpad.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c index d702ea640..f98083c09 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -5714,7 +5714,7 @@ gst_pad_probe_info_get_buffer_list (GstPadProbeInfo * info) } /** - * gst_pad_get_last_flowreturn: + * gst_pad_get_last_flow_return: * @pad: the #GstPad * * Gets the #GstFlowReturn return from the last data passed by this pad. 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) |