Hi<br><br>&nbsp;&nbsp;&nbsp; I am writing a application which dose a TrickMode operation on the incoming LIVE MPEG Transport stream. <br>This LIVE stream is read by the filesrc. For doing Trick Mode i am writing my own plugin which dose the <br>

following operation.<br>* sends the data down stream.<br>* stores this data localy on to a file.<br>* generates the IFrame from this data and stores in a file.<br><br>if i want to play in rewind/forward mode i do that by sending a seek event with setting the rate from my application.<br>

My plugin reads the seek event dose the required operation. And at the same time if any LIVE data is read from the<br>file source it will be stored in the file localy. <br><br>But if i want to perform PAUSE operation can i do that by setting the rate to 0.0, is this allowed. I dont want PAUSE <br>

the whole pipeline, since i want the LIVE data to be read by the file source and this data has to be stored by my <br>plugin . <br>How can i achive the PAUSE operation with out PAUSING the whole pipeline.<br><br><br>Thanks<br>