synchronize 2 parallel pipeline

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

synchronize 2 parallel pipeline

thothadri
I have 2 videos running in different pipelines . I need to synchronize these videos in milliseconds range. How do i proceed with this in gstreamer ? Any Ideas?

Reply | Threaded
Open this post in threaded view
|

Re: synchronize 2 parallel pipeline

Hector Canto
You may take each pipeline as a bin an merge them into a single pipeline. Is there any reason why you can't do that?

2012/8/22 thothadri <[hidden email]>
I have 2 videos running in different pipelines . I need to synchronize these
videos in milliseconds range. How do i proceed with this in gstreamer ? Any
Ideas?





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/synchronize-2-parallel-pipeline-tp4656042.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: synchronize 2 parallel pipeline

thothadri
I cant do that because, both of the video cant be in the same state all the time. for example, when video1 reaches 50 seconds , i need to pause video2 for some time, while video1 should be running.

In pipeline, if i pause both the videos will also pause. thats the problem .
Reply | Threaded
Open this post in threaded view
|

Re: synchronize 2 parallel pipeline

Hector Canto
You can pause each bin independently, and all elements within the paused bin will change their state.
If you pause the pipeline you will pause both bins.

Cheers



2012/8/22 thothadri <[hidden email]>
I cant do that because, both of the video cant be in the same state all the
time. for example, when video1 reaches 50 seconds , i need to pause video2
for some time, while video1 should be running.

In pipeline, if i pause both the videos will also pause. thats the problem .



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/synchronize-2-parallel-pipeline-tp4656042p4656044.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
----
Héctor Canto


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel