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 738243 - vc1parse: fix framesize when input is frame-layer
vc1parse: fix framesize when input is frame-layer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.4.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-09 16:24 UTC by Aurélien Zanelli
Modified: 2014-10-25 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vc1parse: fix framesize when input is frame-layer (1.05 KB, patch)
2014-10-09 16:25 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-10-09 16:24:44 UTC
frame-layer header is represented as a sequence of 32 bit unsigned integer serialized in little-endian byte order, so framesize is on the first 3 bytes.
Comment 1 Aurélien Zanelli 2014-10-09 16:25:40 UTC
Created attachment 288143 [details] [review]
vc1parse: fix framesize when input is frame-layer
Comment 2 Tim-Philipp Müller 2014-10-10 10:56:20 UTC
Pushed, thanks for the patch:

commit 6df477ff0d01a08cf9e09a717b8d5b6d18bc3c6e
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Thu Oct 9 18:18:02 2014 +0200

    vc1parse: fix framesize when input is frame-layer
    
    frame-layer header is represented as a sequence of 32 bit unsigned
    integer serialized in little-endian byte order, so framesize is on the
    first 3 bytes.
    
    SMPTE 421M Annex L.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738243