videotestsrc: Demote ERROR statement back to DEBUG
authorEdward Hervey <edward@collabora.com>
Fri, 2 Aug 2013 09:00:06 +0000 (11:00 +0200)
committerEdward 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

index 7efc5d20b693afed23e29aeb4e857924322ecfae..b180a7e871bba666f5ba849c27bae37e54e2157a 100644 (file)
@@ -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: