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
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