[gst-devel] spider snippet and looping question
Ronald Bultje
rbultje at ronald.bitfreak.net
Wed Jan 28 07:14:20 CET 2004
On Wed, 2004-01-28 at 03:48, Thomas Comiotto wrote:
> seeking currently seems to be broken; sent srcpad of filesrc seek to 0 event
> and got FALSE.
Ehm, you're probably not seeking with 'BYTES' as unit then.
> > 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.
bin2? What's bin2? You need to reset the full pipeline on EOS for a new
file.
Ronald
--
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer
More information about the gstreamer-devel
mailing list