From b1dccb17e913c998b1874d2c4f0c822353a5523c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 24 Jul 2013 12:22:04 +0200 Subject: [PATCH] avcodecmap: Demote WARNING to DEBUG We cover all the needed formats already. The warning was just getting in the way. --- ext/libav/gstavcodecmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/libav/gstavcodecmap.c b/ext/libav/gstavcodecmap.c index 966f544..88d19a0 100644 --- a/ext/libav/gstavcodecmap.c +++ b/ext/libav/gstavcodecmap.c @@ -2453,7 +2453,7 @@ gst_ffmpeg_pixfmt_to_videoformat (enum PixelFormat pixfmt) if (pixtofmttable[i].pixfmt == pixfmt) return pixtofmttable[i].format; - GST_WARNING ("Unknown pixel format %d", pixfmt); + GST_DEBUG ("Unknown pixel format %d", pixfmt); return GST_VIDEO_FORMAT_UNKNOWN; } -- 2.7.4