Run multiple pipelines in parallel into same process question
jles
jlesquer at gmail.com
Tue Nov 5 09:19:31 UTC 2019
Thanks for the clue, yes it was timing related issue.
The problem was actually caused because the time stamp variables were
statically declared in the callback function so both threads where sharing
same variables causing the playback issues.Declaring them as global solved
the problem.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list