Hi<br><br>I&#39;m writing an application where I might need to interrupt playback. <br>From what I&#39;ve read I&#39;m supposed to change the state with<br>gst_element_set_state (pipeline, GST_STATE_NULL);<br>but I&#39;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