GNOME Bugzilla – Bug 374213
Seeking with LADSPA plug-ins fails
Last modified: 2006-12-18 15:52:13 UTC
I you make use of a LADSPA effect (such as ladspa-delay-5s) and then seek, the pipeline will hang. I have tested this with Ogg vorbis files. Jokosher SVN is a good test case of this bug.
Created attachment 78570 [details] [review] patch to fix seeking the problem was that the flow_state was not reset back to OK after the flush. This patch fixes this.
* ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps), (gst_signal_processor_event): Reset flow_state back to _OK after a flush stop so that we exit our error state after the flush. Fixes #374213