mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
pad: two minor docs fixes
This commit is contained in:
parent
2f265b7571
commit
ba3073ffce
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue