From 258aca37dd7d9c79a99efc65950f17b0e94ae1f5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 2 Aug 2013 11:00:06 +0200 Subject: [PATCH] videotestsrc: Demote ERROR statement back to DEBUG It crawled in with david's latest commit --- gst/videotestsrc/gstvideotestsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c index 7efc5d20b6..b180a7e871 100644 --- 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: