mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
avcodecmap: Demote WARNING to DEBUG
We cover all the needed formats already. The warning was just getting in the way.
This commit is contained in:
parent
2556cb325a
commit
b1dccb17e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue