From fa8fd0d7f61fca2788d60642e909212e82664a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 13 Jun 2010 20:57:19 +0200 Subject: [PATCH] videoscale: ...and add Y16 case for the linear scaling --- gst/videoscale/gstvideoscale.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index 1b489398f2..76a881865e 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -1042,6 +1042,7 @@ gst_video_scale_transform (GstBaseTransform * trans, GstBuffer * in, break; case GST_VIDEO_FORMAT_GRAY16_LE: case GST_VIDEO_FORMAT_GRAY16_BE: + case GST_VIDEO_FORMAT_Y16: vs_image_scale_linear_Y16 (&dest, &src, videoscale->tmp_buf); break; case GST_VIDEO_FORMAT_I420: