[gst-devel] spider snippet and looping question

Thomas Comiotto comiotto at rcfmedia.ch
Tue Jan 27 18:49:49 CET 2004


Hi Julien,

> set the pipeline to PAUSED and seek to 0 if you want to play the same
> video.

seeking currently seems to be broken; sent srcpad of filesrc seek to 0 event 
and got FALSE.

> or set it to READY and set a new location for another file.

Doesn't work for me. Function called during playback:

gst_element_set_state (bin2, GST_STATE_READY);
g_object_set (G_OBJECT (filesrc), "location", "pathtootherfile", NULL);
gst_element_set_state (bin2, GST_STATE_PLAYING);

won't resume playback. Guess same case for eos-handler.

Best,
Thomas








More information about the gstreamer-devel mailing list