From cb4a45bfbdbc1e8f18dbd1a4f3350cad93d40a62 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 21 Sep 2010 18:13:37 -0700 Subject: [PATCH] [MOVED FROM BAD 34/68] colorspace: quiet a GST_ERROR --- gst/colorspace/colorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/colorspace/colorspace.c b/gst/colorspace/colorspace.c index af6c7f2..fd16ac0 100644 --- a/gst/colorspace/colorspace.c +++ b/gst/colorspace/colorspace.c @@ -699,7 +699,7 @@ colorspace_convert_lookup_getput (ColorspaceConvert * convert) break; } } - GST_ERROR ("get %p put %p", convert->getline, convert->putline); + GST_DEBUG ("get %p put %p", convert->getline, convert->putline); if (gst_video_format_is_rgb (convert->to_format) && gst_video_format_is_yuv (convert->from_format)) { -- 2.7.4