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 660481 - v4l, ximagesrc: printf format warnings
v4l, ximagesrc: printf format warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-29 14:44 UTC by Stas Sergeev
Modified: 2011-09-30 17:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (3.19 KB, patch)
2011-09-29 14:44 UTC, Stas Sergeev
committed Details | Review

Description Stas Sergeev 2011-09-29 14:44:36 UTC
Created attachment 197770 [details] [review]
the patch

Hi.

Since the -Werror is used, the attached trivial patch is needed.
Comment 1 Tim-Philipp Müller 2011-09-30 17:11:33 UTC
Thanks, pushed with modifications (%llu is not portable):

 commit 73fac4e5bc2bb3a63e809248d70a978874a57a77
 Author: Stas Sergeev <stsp@users.sourceforge.net>
 Date:   Thu Sep 29 18:41:53 2011 +0400

    v4l2, ximagesrc: fix some printf format compiler warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660150