From ba3073ffced73a11d25d0c55178acc70bd9a503a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 27 May 2014 13:36:29 +0100 Subject: [PATCH] pad: two minor docs fixes --- gst/gstpad.c | 2 +- gst/gstpad.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index d702ea6..f98083c 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 103253f..67ec70d 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) -- 2.7.4