QtMediaPlayer for Audio Problem with Parallel Gstreamer Video Pipeline
Unsolved
Mobile and Embedded
-
Hi Folks,
I got the the following error and qt application crashes.
** GStreamer:ERROR:../../git/gst/gstbus.c:1388:gst_bus_add_signal_watch_full: assertion failed: (!bus->priv->signal_watch)
Details:
My Application is running on custom imx6q board, with swipe view. One Swipe Screen have camera stream from analog camera processed through gstreamer pipeline. The application works fine. Later on, I included QtMediaPlayer in the app and playing an audio test file "test.wav". the audio file is playing on Media Player with second swipe screen the camera stream is also playing. But the app run for random duration and then finally crashes. Your help would appreciated.