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 703668 - codecparsers: mpeg2: fix video packet header size checks
codecparsers: mpeg2: fix video packet header size checks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-05 16:39 UTC by Gwenole Beauchesne
Modified: 2013-07-08 09:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: mpeg2: fix video packet header size checks (1.60 KB, patch)
2013-07-05 16:39 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2013-07-05 16:39:54 UTC
Created attachment 248468 [details] [review]
codecparsers: mpeg2: fix video packet header size checks

Hi, this patch fixes a few video packet header size checks:
- Sequence Header: 64 bits ;
- Sequence Scalable Extension: 10 bits ;
- Slice Header: 6 bits

Sorry for the oversight.
Comment 1 Tim-Philipp Müller 2013-07-05 16:48:48 UTC
Comment on attachment 248468 [details] [review]
codecparsers: mpeg2: fix video packet header size checks

Thanks. Feel free to push small things like this (which don't touch API) directly in future.
Comment 2 Gwenole Beauchesne 2013-07-08 08:18:29 UTC
commit 5ad6f2d4a0a93fcca5c779025a7e96757da082ac
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Fri Jul 5 18:33:42 2013 +0200

    codecparsers: mpeg2: fix video packet header size checks.
    
    Fix video packet header size checks for:
    - Sequence Header: 64 bits ;
    - Sequence Scalable Extension: 10 bits ;
    - Slice Header: 6 bits.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703668
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>