gstreamer pipeline creation fails - in case of concurrent initialization

pawan.ec pawan.ec at gmail.com
Fri May 13 13:00:59 UTC 2016


Hi All,

i am trying to initialize two gst pipeline concurrently 
1. to play the webm files
2. to play the png images

When i am trying to create the pipeline, one of them start the process of
init (like does gst_init_check(), and then proceed with pipeline creation)
at the same time other comes for init and it fails.
while other continue to initialize and properly created.


so use case is:
1. webm pipeline creation started in thread1 and it is in middle of init
2. png pipeline ini started in thread2, and element creation started failing
here
3. webm continued and success here, while png pipeline failed.

and idea guys



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-pipeline-creation-fails-in-case-of-concurrent-initialization-tp4677535.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list