After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637062 - [ac3parse] parse problems on some MTS streams
[ac3parse] parse problems on some MTS streams
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-11 23:50 UTC by David Schleef
Modified: 2010-12-13 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2010-12-11 23:50:12 UTC
ce6d8b6d932b82719b971105c409ef91806aa725 broke playback of (some?) MTS streams.

Example broken file in #582679.
Comment 1 David Schleef 2010-12-12 00:30:49 UTC
Or better, the file in #607122.
Comment 2 Mark Nauwelaerts 2010-12-13 14:41:34 UTC
AFAICS, above commit was unlikely to make a difference in this case.

In any case, following commit makes AC-3 in this MTS go through:

commit 01e9b677a814f95a22bf9f242422865e0ca3df92
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Mon Dec 13 15:17:29 2010 +0100

    ac3parse: relax bsid checking
    
    ... to the widest possible spec interpretation.
    
    Fixes #637062.