<HTML>
<HEAD>
<TITLE>Selective element pausing</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi,<BR>
<BR>
&nbsp;&nbsp;I am running a pipeline on gstreamer 0.1 which is coded as follows:<BR>
<BR>
gst-launch filesrc location=track1.wma ! decodebin ! adder name=mix ! dsppcmsink &nbsp;filesrc location=track2.wma ! decodebin ! mix. &nbsp;filesrc location=track3.wma ! decodebin ! mix.<BR>
<BR>
There are many reasons why I wish to run this pipleine that make no sense in going into. &nbsp;Whilst this works, what I would like to be able to do, is selectively pause tracks in the pipeline without affecting the others. &nbsp;E.g. Pause track2 whilst keeping the others playing and then restart track 2 at a later time. &nbsp;I&#8217;m a little unsure of how, or if, this can be done.<BR>
<BR>
BTW this pipeline is implemented in a c program, the pipeline above is just for illustration. I am also running this on a Nokia N800 so dsppcmsink is the final audio sink. <BR>
<BR>
Thanks<BR>
david</SPAN></FONT>
</BODY>
</HTML>