mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Fix a compiler warning.
This commit is contained in:
parent
f55eefd22c
commit
8917a706da
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue