[MOVED FROM BAD 34/68] colorspace: quiet a GST_ERROR
authorDavid Schleef <ds@schleef.org>
Wed, 22 Sep 2010 01:13:37 +0000 (18:13 -0700)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 15 Jun 2011 14:12:54 +0000 (16:12 +0200)
gst/colorspace/colorspace.c

index af6c7f2..fd16ac0 100644 (file)
@@ -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)) {