avcodecmap: Demote WARNING to DEBUG
authorEdward Hervey <edward@collabora.com>
Wed, 24 Jul 2013 10:22:04 +0000 (12:22 +0200)
committerEdward Hervey <edward@collabora.com>
Wed, 24 Jul 2013 10:22:04 +0000 (12:22 +0200)
We cover all the needed formats already. The warning was just getting
in the way.

ext/libav/gstavcodecmap.c

index 966f544..88d19a0 100644 (file)
@@ -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;
 }