[gst-devel] Pausing/Stopping an audio file

Luca Pamparana luca.pamparana at gmail.com
Tue Dec 15 13:59:51 CET 2009


> // 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




More information about the gstreamer-devel mailing list