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 692267 - codecparsers: vc1: fix parser for DQPROFILE in VOPDQUANT
codecparsers: vc1: fix parser for DQPROFILE in VOPDQUANT
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.0.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 692273
 
 
Reported: 2013-01-22 10:03 UTC by Gwenole Beauchesne
Modified: 2013-01-24 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: vc1: fix parser for DQPROFILE in VOPDQUANT (1.07 KB, patch)
2013-01-22 10:03 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2013-01-22 10:03:51 UTC
Created attachment 234085 [details] [review]
codecparsers: vc1: fix parser for DQPROFILE in  VOPDQUANT

Hi, this patch fixes parse_vopdquant() to correctly parse DQPROFILE, which is 2 bits instead of a single bit. Very trivial and applies to all branches.
Comment 1 Tim-Philipp Müller 2013-01-24 23:21:10 UTC
commit f3698c62897bcbd5b7ae4c86a401d5220d95b70e
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Tue Jan 22 10:11:34 2013 +0100

    codecparsers: vc1: fix parser for DQPROFILE in VOPDQUANT.
    
    Fix parse_vopdquant() to correctly parse DQPROFILE, which is 2 bits
    instead of a single bit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692267
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>