projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b9f74
)
videotestsrc: Demote ERROR statement back to DEBUG
author
Edward Hervey
<edward@collabora.com>
Fri, 2 Aug 2013 09:00:06 +0000
(11:00 +0200)
committer
Edward Hervey
<edward@collabora.com>
Fri, 2 Aug 2013 09:00:06 +0000
(11:00 +0200)
It crawled in with david's latest commit
gst/videotestsrc/gstvideotestsrc.c
patch
|
blob
|
history
diff --git
a/gst/videotestsrc/gstvideotestsrc.c
b/gst/videotestsrc/gstvideotestsrc.c
index 7efc5d20b693afed23e29aeb4e857924322ecfae..b180a7e871bba666f5ba849c27bae37e54e2157a 100644
(file)
--- a/
gst/videotestsrc/gstvideotestsrc.c
+++ b/
gst/videotestsrc/gstvideotestsrc.c
@@
-343,7
+343,7
@@
gst_video_test_src_set_pattern (GstVideoTestSrc * videotestsrc,
{
videotestsrc->pattern_type = pattern_type;
- GST_
ERROR
_OBJECT (videotestsrc, "setting pattern to %d", pattern_type);
+ GST_
DEBUG
_OBJECT (videotestsrc, "setting pattern to %d", pattern_type);
switch (pattern_type) {
case GST_VIDEO_TEST_SRC_SMPTE: