Calling set_state(NULL) from glib bus error callback

Max Paklin mpaklin at hotmail.com
Wed Dec 7 13:05:27 PST 2011


Hello,

The typical reaction to getting an error posted to glib bus is to quick the
loop and hence the app.
I my case I have multiple pipelines running, so I can't just exit the app.
What I want to do is to stop the failing pipeline and later delete it.
Is it safe to call gst_element_set_state(NULL) from the bus error callback?



More information about the gstreamer-devel mailing list