Run multiple pipelines in parallel into same process question
jles
jlesquer at gmail.com
Mon Nov 4 18:00:47 UTC 2019
I did a quick test creating two different copies of the callback function and
it works without issues:
g_signal_connect (appsrc1, "need-data", G_CALLBACK
(cb_need_data1),pipeline1);
g_signal_connect (appsrc2, "need-data", G_CALLBACK
(cb_need_data2),pipeline2);
But using same function (cb_need_data) for both pipelines doesn't work
properly, as described above, the second pipeline payback always looks
choppy...
Any ideas?
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list