<font color="#550055">&gt; 1) AFAIK: in order that a pipeline could change from prerrolling to<br>&gt; playing, the sink must receive at least one buffer. If you have an OMX<br>&gt; sink in tunnel with a previous element the pipeline will never leave<br>
&gt; the prerolling state.<br><br></font>
<div style="DIRECTION: ltr">Well, it _does_ leave the pre-rolling state, I don&#39;t know why. I&#39;ll have<br>to investigate.</div>
<div>&nbsp;</div>
<div>At the moment it does preroll because we return statechange_succes when the sink is requested to move to paused state. (in stead of returning the required statechange in progress). This is not correct though (prerolling done is stated too soon),</div>

<div>the correct idea was that the first arriving buffer in the omx sink would be a marked buffer that would trigger an event that lets GST know the prerolling completed. Unfortunately, its not in the code yet. But its similar to how we deal with the EOS event with a tunneled OMX sink.<br>
<br>&nbsp;</div>