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 678211 - mpegtsmux: Fix compiler warnings
mpegtsmux: Fix compiler warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Windows
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-16 12:56 UTC by Raimo Järvi
Modified: 2012-06-16 17:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.38 KB, patch)
2012-06-16 12:58 UTC, Raimo Järvi
committed Details | Review

Description Raimo Järvi 2012-06-16 12:56:00 UTC
Compiler warnings on 64 bit mingw-w64:

tsmux.c: In function 'tsmux_write_stream_packet':
tsmux.c:770:49: error: integer overflow in expression

mpegtsmux.c: In function 'mpegtsmux_create_stream':
mpegtsmux.c:529:3: error: format '%04x' expects type 'unsigned int', but argument 8 has type 'struct GstCaps *'
mpegtsmux.c:529:3: error: too few arguments for format
Comment 1 Raimo Järvi 2012-06-16 12:58:20 UTC
Created attachment 216566 [details] [review]
Proposed patch
Comment 2 Mark Nauwelaerts 2012-06-16 17:30:34 UTC
Thanks, pushed:

commit 29d0e20a8c335838a2c07f4f517ed6cfa04a74bd
Author: Raimo Järvi <raimo.jarvi@gmail.com>
Date:   Sat Jun 16 15:54:49 2012 +0300

    mpegtsmux: Fix compiler warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678211