errorignore
Passes through all packets, until it encounters GST_FLOW_ERROR or GST_FLOW_NOT_NEGOTIATED (configurable). At that point it will unref the buffers and return GST_FLOW_OK (configurable) - until the next READY_TO_PAUSED, RECONFIGURE or FLUSH_STOP.
Example launch line
gst-launch-1.0 videotestsrc ! errorignore ! autovideosink
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──errorignore
Factory details
Authors: – Vivia Nikolaidou
Classification: – Generic
Rank – none
Plugin – debugutilsbad
Package – GStreamer Bad Plug-ins
Pad Templates
sink
ANY
src
ANY
Signals
convert-error
GstFlowReturn * convert_error_callback (GstElement * param_0, GstFlowReturn * arg0, gpointer udata)
def convert_error_callback (param_0, arg0, udata):
#python callback for the 'convert-error' signal
function convert_error_callback(param_0: GstElement * param_0, arg0: GstFlowReturn * arg0, udata: gpointer udata): {
// javascript callback for the 'convert-error' signal
}
Parameters:
param_0
–
arg0
–
udata
–
Flags: Run Last
Properties
convert-to
“convert-to” GstFlowReturn *
Which GstFlowReturn value we should convert to when ignoring
Flags : Read / Write
Default value : not-linked (-1)
ignore-error
“ignore-error” gboolean
Whether to ignore GST_FLOW_ERROR
Flags : Read / Write
Default value : true
ignore-notlinked
“ignore-notlinked” gboolean
Whether to ignore GST_FLOW_NOT_LINKED
Flags : Read / Write
Default value : false
ignore-notnegotiated
“ignore-notnegotiated” gboolean
Whether to ignore GST_FLOW_NOT_NEGOTIATED
Flags : Read / Write
Default value : true
The results of the search are