<div dir="ltr">I have a pipeline that looks like this:<br><br>Filesrc ! TSDemux ! Queue ! Decodebin ! Xvimagesink<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; ! Queue ! Fakesink<br><br>I add the second row to the pipe when i get a new_pad event from the Demux.<br>
The Pad is for a private data stream that is embeded in the MPEG-TS stream.<br><br>The pipleline plays just fine but when I change the state of the pipeline to PAUSE all of the elements pause<br>except the Fakesink. I see that it has a pending state of PAUSE but it never changes from PLAYING.<br>
<br>If I replace the fakesink with a filesink the same think happens<br><br>Thanks for the help<br>Levi<br><br><br></div>