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 688626 - codecparsers: vc1: fix PTYPE for interlaced frames
codecparsers: vc1: fix PTYPE for interlaced frames
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.0.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-19 10:03 UTC by Gwenole Beauchesne
Modified: 2012-11-19 14:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: vc1: fix PTYPE for interlaced frames (1.78 KB, patch)
2012-11-19 10:03 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2012-11-19 10:03:51 UTC
Created attachment 229356 [details] [review]
codecparsers: vc1: fix PTYPE for interlaced frames

Hi, Coverity found missing break in parse_frame_header_advanced() when determining PTYPE from FPTYPE for interlaced streams. OK to push the attached patch to both master and 0.10 branches? Thanks.
Comment 1 Tim-Philipp Müller 2012-11-19 11:08:55 UTC
Comment on attachment 229356 [details] [review]
codecparsers: vc1: fix PTYPE for interlaced frames

Yes, of course. Please add the link to this bug to the commit message as well, thanks!
Comment 2 Tim-Philipp Müller 2012-11-19 14:16:35 UTC
commit e179a6b4dc6b6b266d95307a41fae414d4a137bd
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Mon Nov 19 10:32:57 2012 +0100

    codecparsers: vc1: fix PTYPE for interlaced frames.
    
    Coverity found missing break in parse_frame_header_advanced() when
    determining PTYPE from FPTYPE for interlaced streams.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688626
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>