From: Tim-Philipp Müller Date: Tue, 27 May 2014 12:36:29 +0000 (+0100) Subject: pad: two minor docs fixes X-Git-Tag: 1.3.3~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba3073ffced73a11d25d0c55178acc70bd9a503a;p=platform%2Fupstream%2Fgstreamer.git pad: two minor docs fixes --- 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)