[gstreamer-bugs] [Bug 603471] [oggdemux] Regression: Seeking on Ogg/FLAC files created by oggmux broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 9 17:02:05 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=603471
  GStreamer | gst-plugins-base | 0.10.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |t.i.m at zen.co.uk
     Ever Confirmed|0                           |1

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2009-12-10 01:02:00 UTC ---
There's a bit of a procedural problem here as well: either we release core,
base and -good together (with a fixed flacdec), or the new oggdemux needs to
work with the old flacdec as well.

I think the problem is just that flacdec assumes that only timestamps OR buffer
end offsets are set, and assumes the absence/presence of one implies the
presence/absence of the other. Removing the code that uses dec->cur_granulepos
makes it work fine again.

Another issue/regression is that the new oggdemux doesn't handle the
'nonstandard' flac-in-ogg mapping properly (ie. does not detect it leading to
errors).

-- 
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