summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/colorspace/colorspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/colorspace/colorspace.c b/gst/colorspace/colorspace.c
index af6c7f2c4..fd16ac0c5 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)) {