[gstreamer-bugs] [Bug 606382] [oggdemux] error when seeking in chained ogg
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 8 08:01:45 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=606382
GStreamer | gst-plugins-base | git
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2010-01-08 16:01:43 UTC ---
This commit does not completely fix it but makes it mostly work. I think there
is a race left in playbin2 when it actually switches chains, which makes it
fail sometimes.
commit 0201326db12ac1dfd224385789ae36bbe62f052e
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Fri Jan 8 16:57:40 2010 +0100
oggdemux: push headers when activating chains
Keep a list of headers for each stream of a chain. When a chain is
activated,
push the headers before pushing the data so that decoders can sync.
Fix seeking in chains, take the chain start time into account when
comparing
timestamps.
See #606382
--
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