[Bug 679250] [matroska] Reverse playback not working with webm file
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jul 18 02:58:17 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=679250
GStreamer | gst-plugins-good | 0.10.31
--- Comment #4 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2012-07-18 09:58:14 UTC ---
[as also discussed on IRC]
Part of what happens with a _NONE seek (changing e.g. rate) with current
position at 5s is:
* start and stop of segment remain unchanged
* FLUSH clears current state
So a segment (0, duration) is sent followed by buffers at the current position
(5s), which delays playback until running_time/clock reaches 5s.
Likely something similar occurs in non-FLUSH since the additional
accumulated/base segment time merely matches the current clock-time but will
still leave a "gap" for future running time.
No idea at present on index disappearing though ...
--
Configure bugmail: https://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