Adding new sources to compositor dynamically

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Adding new sources to compositor dynamically

Kazanian
Hi,

I'm using a pipeline with compositor plugin to combine several video
streams. It should be possible to add new streams dynamically, but when I
try to do that the videos freeze. It freezes with this call:

gst_element_get_request_pad(compositor, "sink_3");

The pipeline is still in playing state after this line. "sink_3" is a name
which does not exist yet in the pipeline. Is this function call the correct
way to add another pad? Do I have to call something else to get it running
again?

Thanks in advance for any help!




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel