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