Home
last modified time | relevance | path

Searched refs:last_flowret (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c424 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_init()
985 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in pre_activate()
1006 pad->ABI.abi.last_flowret = GST_FLOW_OK; in pre_activate()
1101 pad->ABI.abi.last_flowret = GST_FLOW_OK; in gst_pad_set_active()
1116 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_set_active()
4469 pad->ABI.abi.last_flowret = ret; in gst_pad_chain_data_unchecked()
4482 pad->ABI.abi.last_flowret = GST_FLOW_FLUSHING; in gst_pad_chain_data_unchecked()
4491 pad->ABI.abi.last_flowret = GST_FLOW_EOS; in gst_pad_chain_data_unchecked()
4501 pad->ABI.abi.last_flowret = GST_FLOW_ERROR; in gst_pad_chain_data_unchecked()
4526 pad->ABI.abi.last_flowret = ret; in gst_pad_chain_data_unchecked()
[all …]
Dgstpad.h809 GstFlowReturn last_flowret; member
1279 #define GST_PAD_LAST_FLOW_RETURN(pad) (GST_PAD_CAST(pad)->ABI.abi.last_flowret)
/third_party/gstreamer/gstplugins_bad/
DChangeLog9493 Though, by continuing pushing, we override the last_flowret on the pad