pad: two minor docs fixes

This commit is contained in:
Tim-Philipp Müller 2014-05-27 13:36:29 +01:00
parent 2f265b7571
commit ba3073ffce
2 changed files with 3 additions and 1 deletions

View file

@ -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 * @pad: the #GstPad
* *
* Gets the #GstFlowReturn return from the last data passed by this pad. * Gets the #GstFlowReturn return from the last data passed by this pad.

View file

@ -1150,6 +1150,8 @@ struct _GstPadClass {
* @pad: a #GstPad * @pad: a #GstPad
* *
* Gets the last flow return on this pad * 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) #define GST_PAD_LAST_FLOW_RETURN(pad) (GST_PAD_CAST(pad)->ABI.abi.last_flowret)