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 597348 - [qtdemux] Cast variables passed to printf to avoid warnings about incorrect formats
[qtdemux] Cast variables passed to printf to avoid warnings about incorrect f...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-04 20:01 UTC by Robert Swain
Modified: 2009-10-04 23:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Cast variables passed to printf to avoid warnings about incorrect formats in qtdemux (1.36 KB, patch)
2009-10-04 20:01 UTC, Robert Swain
committed Details | Review

Description Robert Swain 2009-10-04 20:01:17 UTC
Created attachment 144735 [details] [review]
Cast variables passed to printf to avoid warnings about incorrect formats in qtdemux

Cast variables passed to printf to avoid warnings about incorrect formats in
qtdemux

See attached patch.
Comment 1 Tim-Philipp Müller 2009-10-04 23:38:21 UTC
Committed, thanks:

 commit c7b5df91a9182108274bc893ad9310dc0a5029ee
 Author: Robert Swain <robert.swain@gmail.com>
 Date:   Sun Oct 4 21:59:24 2009 +0200

    qtdemux: fix printf warnings on OSX
    
    Cast variables passed to printf to avoid warnings about incorrect
    formats (most likely caused by sizeof returning a size_t).
    
    Fixes #597348.


Would be great if you could prefix the first line of your commit message with the component in future (see GitDeveloperGuidelines page in wiki for more info).