Starting element playback at a particular time

Stefan Sauer ensonic at hora-obscura.de
Sun Jun 17 11:47:54 PDT 2012


On 06/11/2012 10:27 PM, Dave Mateer wrote:
> How does one add an element into a pipeline to start playback only at a particular point in time?
what defines that time you want to star from. If it is the application,
you can do that by seeking (see gst_element_seek() in the api docs (run
devhelp to see them)).

Stefan
>
> That is, suppose you have a video source and two audio sources. But the second audio source should start playback 1 minute into the video, perhaps even overlapping with the first audio source. How do I add the second audio source to my pipeline and set it to start 1 minute into the pipeline playback? 
>
> A "read the manual" response is fine, but please provide the page of the manual to read. I couldn't find what I was looking for, but I might not know the media terms to describe this behavior.
>
> Thanks!
>
> Dave
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list