Hi<br><br>I'm writing an application where I might need to interrupt playback. <br>From what I've read I'm supposed to change the state with<br>gst_element_set_state (pipeline, GST_STATE_NULL);<br>but I'm unable to because
<br>g_main_loop_run (loop);<br>is blocking. How can I solve this? Can I throw the call<br>g_main_loop_run (loop);<br>into another thread or something?<br><br>Regards<br>Christoffer Nyborg