[gst-devel] Playback rate and resindvd plugin

Yuri Brukov y.brukov at gmail.com
Fri Nov 14 14:18:32 CET 2008


Hi to all,
I have next pipeline:
    rsndvdbin name=dvd dvdspu name=spu ! xvimagesink name=videosink
dvd. ! spu.video dvd. ! spu.subpicture dvd. !   audioconvert ! volume
name=dvd-volume ! autoaudiosink
I want to increase playback rate. For this purpose I send seek event
in this pipeline:
        GstEvent *event;
	event = gst_event_new_seek (2.0, GST_FORMAT_TIME,
(GstSeekFlags)(GST_SEEK_FLAG_FLUSH),
							GST_SEEK_TYPE_NONE, GST_CLOCK_TIME_NONE, GST_SEEK_TYPE_NONE,
							GST_CLOCK_TIME_NONE);
	gst_element_send_event(pipeline, event);
It doesn't give me appropriate behaviour. But same method works for
pipeline with filesrc source element.
Is resindvd support increasing playback rate? Or there my mistake in
some place? Thanks in advance.

Best regards,
Yuri Brukov.




More information about the gstreamer-devel mailing list