[gstreamer-bugs] [Bug 631633] [oggdemux] fix seeking with negative rate with skeleton
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Oct 10 09:26:48 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=631633
GStreamer | gst-plugins-base | git
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |slomo at circular-chaos.org
Resolution| |FIXED
Target Milestone|HEAD |0.10.31
--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-10-10 16:26:40 UTC ---
commit b41cd0428956f3ade9b428149e38be8e788556fe
Author: Guillaume Emont <gemont at igalia.com>
Date: Thu Oct 7 19:32:56 2010 +0200
oggdemux: fix seeking with negative rate with skeleton
Files with a skeleton, or other files with a stream that ends before the
end
the chain would start playing from the end of the chain when trying to seek
a negative rate at a position between the end of any stream and the end of
t
chain.
This is due to the loop in _do_seek() assuming that pages will be
encountere
for all streams shortly after the place where we want to seek, as found by
do_binary_search().
In the first iteration of the loop, stream ends are now checked against the
time of the current page.
--
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