This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

On state change from PLAYING to NULL hangs

Hi,

Gstreamer state change API used for video pipeline as below:

gst_element_set_state(pipeline, GST_STATE_NULL); // code hangs on this line

Especially wayland sink does not go to null state.

Details: kernel 4.4.14

Processor SDK:3.00.00

Pipeline:  appsrc ! h264parse ! ducatih264decvpe ! queue name=myqueue max-size-buffers=2 ! waylandsink sync=false

Br,

kaustubh