From 8917a706da77a345d056312dfe42e1001d9f8c50 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 2 Oct 2009 12:04:28 +0200 Subject: Fix a compiler warning. --- gst/videosignal/gstvideodetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/videosignal') diff --git a/gst/videosignal/gstvideodetect.c b/gst/videosignal/gstvideodetect.c index 0ddc6c3d4..f97ae205c 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); -- cgit v1.2.1