From c9231121d3462d143b64174c9406e84058c94e07 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 27 May 2006 13:09:16 +0000 Subject: [PATCH] gst/ffmpegcolorspace/gstffmpegcodecmap.c: Marking caps conversion issues as GST_WARNING is way too verbose, Original commit message from CVS: * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps): Marking caps conversion issues as GST_WARNING is way too verbose, Moving them to GST_LOG. --- ChangeLog | 7 +++++++ gst/ffmpegcolorspace/gstffmpegcodecmap.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 068fe75..5798a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-27 Edward Hervey + + * gst/ffmpegcolorspace/gstffmpegcodecmap.c: + (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps): + Marking caps conversion issues as GST_WARNING is way too verbose, + Moving them to GST_LOG. + 2006-05-27 Tim-Philipp Müller * README: diff --git a/gst/ffmpegcolorspace/gstffmpegcodecmap.c b/gst/ffmpegcolorspace/gstffmpegcodecmap.c index 8436f8b..6e5c257 100644 --- a/gst/ffmpegcolorspace/gstffmpegcodecmap.c +++ b/gst/ffmpegcolorspace/gstffmpegcodecmap.c @@ -338,7 +338,7 @@ gst_ffmpeg_pixfmt_to_caps (enum PixelFormat pix_fmt, AVCodecContext * context) GST_DEBUG ("caps for pix_fmt=%d: %s", pix_fmt, str); g_free (str); } else { - GST_WARNING ("No caps found for pix_fmt=%d", pix_fmt); + GST_LOG ("No caps found for pix_fmt=%d", pix_fmt); } return caps; @@ -384,7 +384,7 @@ gst_ffmpeg_smpfmt_to_caps (enum SampleFormat sample_fmt, GST_DEBUG ("caps for sample_fmt=%d: %s", sample_fmt, str); g_free (str); } else { - GST_WARNING ("No caps found for sample_fmt=%d", sample_fmt); + GST_LOG ("No caps found for sample_fmt=%d", sample_fmt); } return caps; -- 2.7.4