[MOVED FROM BAD 34/68] colorspace: quiet a GST_ERROR

This commit is contained in:
David Schleef 2010-09-21 18:13:37 -07:00 committed by Wim Taymans
parent 3b8ae9da70
commit cb4a45bfbd

View 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)) {