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 667567 - [0.11] [asfdemux] Fails to demux anything correctly
[0.11] [asfdemux] Fails to demux anything correctly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.11.x
Other Linux
: Normal blocker
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-09 15:05 UTC by Sebastian Dröge (slomo)
Modified: 2012-01-13 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-01-09 15:05:32 UTC
http://samples.mplayerhq.hu/V-codecs/WVC1/Test_1440x576_WVC1_6Mbps.wmv
http://samples.mplayerhq.hu/asf-wmv/welcome3.wmv

Garbled frames or no frames at all
Comment 1 Mark Nauwelaerts 2012-01-13 15:02:08 UTC
commit 0bc76c0d038a2bac17d93caae0bfd00d8ca5bbc0
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Jan 13 15:55:15 2012 +0100

    asfpacket: fix 0.11 ported payload extraction
    
    ... to cater for not necessarily offset == size - cur_pos,
    as size may have been adjusted due to padding.
    
    Fixes #667567.