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 683859 - codecparsers: h264: don't use anonymous unions
codecparsers: h264: don't use anonymous unions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-12 09:39 UTC by Gwenole Beauchesne
Modified: 2012-09-12 09:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: h264: don't use anonymous unions (1.93 KB, patch)
2012-09-12 09:39 UTC, Gwenole Beauchesne
committed Details | Review
h264parse: cope with latest codecparsers change (1.40 KB, patch)
2012-09-12 09:40 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2012-09-12 09:39:59 UTC
Created attachment 224085 [details] [review]
codecparsers: h264: don't use anonymous unions

Hi, anonymous union is an ISO C (2011) feature that is not exposed in compilers strictly conforming to the previous standard, or even GCC when people insist on using -std=c99 -pedantic altogether.
Comment 1 Gwenole Beauchesne 2012-09-12 09:40:27 UTC
Created attachment 224086 [details] [review]
h264parse: cope with latest codecparsers change
Comment 2 Tim-Philipp Müller 2012-09-12 09:49:13 UTC
Pushed to master, but not 0.10 (don't think it's worth breaking API over this at this stage):

commit 2c3eaf527b3224b9be9ec7fe9d7f26fef9e5eb87
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Wed Sep 12 11:01:34 2012 +0200

    codecparsers: h264parse: don't use anonymous unions.
    
    Anonymous union is an ISO C (2011) feature that is not exposed in
    compilers strictly conforming to the previous standard.
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Comment 3 Tim-Philipp Müller 2012-09-12 09:49:35 UTC
Comment on attachment 224086 [details] [review]
h264parse: cope with latest codecparsers change

squashed with the other patch