> // PAUSE > gst_element_set_state(pipeline, GST_STATE_PAUSED); > > // CONTINUE > gst_element_set_state(pipeline, GST_STATE_PLAYING); That worked perfectly! Many thanks Stefan. /Luca