From: Alessandro Decina Date: Fri, 2 Oct 2009 10:04:28 +0000 (+0200) Subject: Fix a compiler warning. X-Git-Tag: 1.19.3~507^2~17999 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8917a706da77a345d056312dfe42e1001d9f8c50;p=platform%2Fupstream%2Fgstreamer.git Fix a compiler warning. --- diff --git a/gst/videosignal/gstvideodetect.c b/gst/videosignal/gstvideodetect.c index 0ddc6c3d43..f97ae205c1 100644 --- a/gst/videosignal/gstvideodetect.c +++ b/gst/videosignal/gstvideodetect.c @@ -320,7 +320,7 @@ gst_video_detect_yuv (GstVideoDetect * videodetect, GstBuffer * buffer) pattern_data |= 1; } - GST_DEBUG_OBJECT (videodetect, "have data %u", pattern_data); + GST_DEBUG_OBJECT (videodetect, "have data %" G_GUINT64_FORMAT, pattern_data); videodetect->in_pattern = TRUE; gst_video_detect_post_message (videodetect, buffer, pattern_data);