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 613758 - More build warnings on OS X
More build warnings on OS X
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-24 00:01 UTC by Tristan Matthews
Modified: 2010-03-24 00:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that fixes compilation warnings for os x plugins (5.39 KB, patch)
2010-03-24 00:01 UTC, Tristan Matthews
committed Details | Review

Description Tristan Matthews 2010-03-24 00:01:54 UTC
Created attachment 156932 [details] [review]
patch that fixes compilation warnings for os x plugins

The following files giving warnings (old-style-functions, format-strings, pointer cast):

gst/pnm/gstpnmdec.c
sys/osxvideo/osxvideosrc.c
sys/qtwrapper/audiodecoders.c
sys/qtwrapper/codecmapping.c
sys/qtwrapper/qtutils.c
sys/qtwrapper/qtutils.h
Comment 1 Tim-Philipp Müller 2010-03-24 00:29:32 UTC
Committed, thanks:

commit 552cd26b43eb22dc480de1e8d597d0ce8a7447cf
Author: Tristan Matthews <tristan@sat.qc.ca>
Date:   Tue Mar 23 19:56:48 2010 -0400

    osx: more compiler warning fixes
    
    Avoid new warnings.
    
    Fixes #613758.

I wonder if whoever wrote osxvideosrc realises that GST_LOG etc. already print the function name :)