mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
videotestsrc: Demote ERROR statement back to DEBUG
It crawled in with david's latest commit
This commit is contained in:
parent
b4b9f74f8b
commit
258aca37dd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue