Hi Folks,<br>I am working on a bin which contains on pipeline inside. <br><br>The pipeline looks like below:<br><br>src(souphttpsrc)->transform filter-> fakesink.<br><br>When i set location property, souphttpsrc gives a buffer and it reaches the chain function of my transform filter, where i do some parsing.  This scenario is working fine for On-demand profile.<br>
<br>But for a live feed, I have set a timer. The first request I am able to get the buffer but When the timer expires, I am setting the location property with the same url again.<br><br>But this time I am not getting any buffer in my chain function of the transform filter. <br>
<br>Can you guys give me some input how to take care of this scenario?<br><br>Regards,<br>Vikram<br>