summaryrefslogtreecommitdiff
path: root/gst/videosignal
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2009-10-02 12:04:28 +0200
committerAlessandro Decina <alessandro.d@gmail.com>2009-10-02 12:07:32 +0200
commit8917a706da77a345d056312dfe42e1001d9f8c50 (patch)
tree512e7f738cce5135a1f631f09b14a444fc1b33cd /gst/videosignal
parentf55eefd22ccd4786daa912abcc23a4b4d34bc319 (diff)
downloadgstreamer-plugins-bad-8917a706da77a345d056312dfe42e1001d9f8c50.tar.gz
Fix a compiler warning.
Diffstat (limited to 'gst/videosignal')
-rw-r--r--gst/videosignal/gstvideodetect.c2
1 files changed, 1 insertions, 1 deletions
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);