[gstreamer-bugs] [Bug 340804] fast forward and resume playback ability

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat May 6 02:06:34 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=340804
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Comment #1 from Tim-Philipp Müller  2006-05-06 09:06 UTC -------
Sure, this is all doable, the design in GStreamer accommodates that at least to
some extent.

Fast forward can be done by sending a seek event with a 'rate' parameter > 1.0.
Whether this works/is honoured depends on the elements involved. Not all
elements support this properly at the moment, but those that don't should be
fairly easy to fix.

Fast backward playback is a bit trickier. Theoretically one should be able to
do the same as above just with a negative 'rate' parameter < -1.0. In practice,
there is not a single element supporting this yet though (AFAIK).

This document might also be of interest:

http://webcvs.freedesktop.org/gstreamer/gstreamer/docs/design/part-trickmodes.txt?view=markup


Resuming playback of a dvd/film where you stopped earlier is something that
should be (and can easily be) done on the application side, not in GStreamer.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list