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.

EOS in gstreamer DM385

Hello Margarita,

I'm working MP4 Playback using GStreamer in EZSDK

In bus_call function after getting End-Of-Stream, Is it possible to change the state of pipeline ?

Here I'm not using the g_main_loop_quit API, without using this API , After EOS I want to set the state of pipeline NULL and unrefer 

gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (GST_OBJECT (pipeline));

If it is not possible any other idea to implement this ?

Regards,

Rajesh Kannan.S