diff options
author | David Schleef <ds@schleef.org> | 2010-09-21 18:13:37 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-09-21 18:16:08 -0700 |
commit | 8e96a3393d7c9e187713b669755028d1aef27ff2 (patch) | |
tree | 4174f84ffce7608ff3c1cecab8de8f98b92d7426 /gst/colorspace | |
parent | 528f6e0573bb2856d719349c27c7c0d340b128e6 (diff) |
colorspace: quiet a GST_ERROR
Diffstat (limited to 'gst/colorspace')
-rw-r--r-- | gst/colorspace/colorspace.c | 2 |
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)) { |