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 733055 - winks: debug message printf format warnings
winks: debug message printf format warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-11 11:21 UTC by Alexey Pavlov
Modified: 2014-11-25 16:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.74 KB, patch)
2014-07-11 11:21 UTC, Alexey Pavlov
needs-work Details | Review
winks: fix debug message format issues (2.14 KB, patch)
2014-11-24 13:27 UTC, Tim-Philipp Müller
committed Details | Review

Description Alexey Pavlov 2014-07-11 11:21:45 UTC
Created attachment 280498 [details] [review]
proposed patch

During build I have some errors about casting pointer/integer and format arguments for values.
Comment 1 Sebastian Dröge (slomo) 2014-07-11 11:31:12 UTC
Comment on attachment 280498 [details] [review]
proposed patch

The MotionCells change is not needed anymore.

For the others, please use %p as format instead of using GPOINTER_TO_INT().
Comment 2 Tim-Philipp Müller 2014-11-24 13:27:48 UTC
Created attachment 291359 [details] [review]
winks: fix debug message format issues

Does this work better?
Comment 3 Tim-Philipp Müller 2014-11-25 16:33:13 UTC
Comment on attachment 291359 [details] [review]
winks: fix debug message format issues

Pushed this, since it makes a lot more sense than the current code. We'll let the build bots speak.