[gstreamer-bugs] [Bug 631814] [flacparse] unit test failures

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 11 08:30:31 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=631814
  GStreamer | gst-plugins-bad | git

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mnauw at users.sourceforge.net

--- Comment #1 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-10-11 15:30:26 UTC ---
Commit below fixes the common parsing cases.

However, the remaining drain_garbage and skip_garbage are another story, since
the new approach can't handle those cases, i.e. really dig up the correct
frames.  Only real way to fix those may be to always calculate CRC and fallback
to old code if mismatch detected, but that was likely not the idea of the
revision ...  So we may have to end up not caring about those cases ?


----
commit 11bdf1def1dbc1e9fa37ab725497897489ecb700
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Mon Oct 11 17:06:48 2010 +0200

    flacparse: fix parsing with unknown framesizes

    Fixes #631814 (mostly).

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