<div dir="ltr">Hi,<div><br></div><div>In my video sink element I wait for an event which is generated only when some data flows through the video pad.This element works fine with file based playback but is not working with udpsrc.</div>

<div><br></div><div><div>gst-launch udpsrc uri=udp://<a href="http://224.0.0.1:8202">224.0.0.1:8202</a> !  demux name=d ! queue ! mpeg2_viddec ! queue max-size-buf</div><div>fers=3 ! vidsink d. ! queue ! audio_sink</div>
</div>
<div><br></div><div>I get following message on my console:</div><div><br></div><div>Pipeline is live and does not need PREROLL<br></div><div><br></div><div>What does this message mean? Is there any difference in state change/data flow between udpsrc and filesrc element?</div>

<div><br></div><div>Thanks,</div><div>Yogesh</div></div>