Is it possible to dynamically update tee sink/interleave src?

gotsring gotsring at live.com
Thu Feb 4 05:04:05 UTC 2021


It should be possible to manipulate bins and pads and the like even when
using gst_parse_launch. You just have to find them first
(gst_bin_get_by_name).

I'm not sure if you can name pads like teesink0, so you'll either have to
get pads based on their peers (what they are connected to) or their names
(sink0, sink1, etc.)

I wrote some test code that pretty much does what your example does; take a
look. Hope this helps.

gst_parse_swap.c
<http://gstreamer-devel.966125.n4.nabble.com/file/t379531/gst_parse_swap.c>  



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list