Fix a compiler warning.
authorAlessandro Decina <alessandro.d@gmail.com>
Fri, 2 Oct 2009 10:04:28 +0000 (12:04 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Fri, 2 Oct 2009 10:07:32 +0000 (12:07 +0200)
gst/videosignal/gstvideodetect.c

index 0ddc6c3d43ab5039cc5cf658ce8b7695fe5ae916..f97ae205c1ff22f37d7646d3c513b59bf7f858c3 100644 (file)
@@ -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);