Fix a compiler warning.

This commit is contained in:
Alessandro Decina 2009-10-02 12:04:28 +02:00
parent f55eefd22c
commit 8917a706da

View 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);