projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55eefd
)
Fix a compiler warning.
author
Alessandro Decina
<alessandro.d@gmail.com>
Fri, 2 Oct 2009 10:04:28 +0000
(12:04 +0200)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Fri, 2 Oct 2009 10:07:32 +0000
(12:07 +0200)
gst/videosignal/gstvideodetect.c
patch
|
blob
|
history
diff --git
a/gst/videosignal/gstvideodetect.c
b/gst/videosignal/gstvideodetect.c
index 0ddc6c3d43ab5039cc5cf658ce8b7695fe5ae916..f97ae205c1ff22f37d7646d3c513b59bf7f858c3 100644
(file)
--- 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);