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?