<div dir="ltr"><div>Hi,</div><div><br></div><div>I am facing an architecture related issue in my gstreamer plugin. In my plugin there are four elements</div><div>1. Transport stream demux</div><div>2. Video Decoder</div><div>
3. Video Renderer</div><div>4. Audio Sink</div><div><br></div><div>Each element opens some hardware devices in "READY_TO_PAUSE" state transition and acquires the device handle. Now before moving to "PLAY" state I want to set "same base time" from a common clock on all the devices (using their device handles acquired in different elements's init functions) at the same time but all these device handles are not available at one place.</div>
<div><br></div><div>Can somebody give me some idea of how can I do this in gstreamer?</div><div><br></div><div>Thanks,</div><div>Yogesh</div></div>