GNOME Bugzilla – Bug 702769
When seeking a pipeline with a level element, we get some messages twice.
Last modified: 2014-11-08 14:30:31 UTC
Created attachment 247373 [details] script that show the problem. The attached python script highlights the problem. Not sure if level is at fault here, but when doing a seek flush some messages get repeated. the usage of the script is : python script.py file:///my/uri , preferably a short audio clip to not get (too much) flood from the messages. It prints "shouldn't happen" when the problem happens. I tried to see if buffers were marked as "decode_only" in the transform_ip of level (not sure if that's relevant anyway), but that was not the case.
The question is: are those first messages posted on the bus by level before the flushing seek happens or after?
Closing as that bug was solved by wim some time ago, I unfortunately don't remember the details.