Hi,<div><br></div><div>I've a pipeline with the following elements : filesrc -> qtdemux -> appsink. In my use-case, I collect 'N' number of packets, pause the pipeline, seek back to a particular packet('s timestamp), and play again.</div>
<div><br></div><div>I've noticed that even after I receive the state-changed message (to PAUSE'd state) for the pipeline, I continue to receive packets and if let alone I receive them till EOS(have tested my pipeline with a 40s video only mpeg4 medium and also a two-hr long movie). I'm sure this is not the expected behavior.</div>
<div><br></div><div>Can someone explain why this could be happening?</div><div><br></div><div>Could it be the flush that is done on seek?</div><div><br></div><div>Thanks</div><div>Rohit</div>