Unable to change state GST_STATE_PLAYING
Arun Raghavan
arun at arunraghavan.net
Sat Jun 4 07:10:37 UTC 2016
On Fri, 3 Jun 2016, at 10:28 AM, amitchawla wrote:
> Hi,
>
> Can anybody please let me know, what type of state change should I use in
> case my pipeline mentioned above.... synchronous or asynchronous . Should
> the async option of decodebin, autoaudiosink and imxeglvivsink be true or
> false ?
>
> Please put some light on the problem mentioned above.
It looks like your audio sync is likely still waiting for a buffer. You
probably want some queues to split up the audio and video streams into
separate threads (and maybe set up your audio sink to also do
async=false, by using the actual audio sink instead of autoaudiosink).
-- Arun
More information about the gstreamer-devel
mailing list