mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
colorspace: quiet a GST_ERROR
This commit is contained in:
parent
528f6e0573
commit
8e96a3393d
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue