videotestsrc: Demote ERROR statement back to DEBUG

It crawled in with david's latest commit
This commit is contained in:
Edward Hervey 2013-08-02 11:00:06 +02:00
parent b4b9f74f8b
commit 258aca37dd

View 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: