error-ignore: New element to convert some GstFlowReturn types into others
authorVivia Nikolaidou <vivia@toolsonair.com>
Fri, 29 May 2015 11:27:24 +0000 (14:27 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Jun 2015 08:28:18 +0000 (10:28 +0200)
commit9664d1a6b1796491048eb579e919ab592c1ec2f6
treebe84d672a6762f0db19706a65773f5b9f9057092
parent1248b00c80aff2f24ce094a89ec58ce5c172afb8
error-ignore: New element to convert some GstFlowReturn types into others

Can be used to fix misbehaving sinks. It will pass through all buffers
until it encounters GST_FLOW_ERROR or GST_FLOW_NOT_NEGOTIATED (configurable).
At that point it will unref the buffers and return GST_FLOW_NOT_LINKED
(configurable) - until the next READY_TO_PAUSED or FLUSH_STOP.

https://bugzilla.gnome.org/show_bug.cgi?id=750098
gst/debugutils/Makefile.am
gst/debugutils/debugutilsbad.c
gst/debugutils/gsterrorignore.c [new file with mode: 0644]
gst/debugutils/gsterrorignore.h [new file with mode: 0644]