From: Matthew Waters Date: Thu, 12 Mar 2015 09:46:02 +0000 (+0000) Subject: glcolorconvert: we don't do resizing of the video frames X-Git-Tag: 1.19.3~511^2~1989^2~1010 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d4b82d5f8f87e97a879de6ef034ec1d25a8b267;p=platform%2Fupstream%2Fgstreamer.git glcolorconvert: we don't do resizing of the video frames As we cannot do accurate texel sampling then due to the texture coordinates being interpolated based on the output frame size. --- diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c index bce26b5..8f1e499 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.c +++ b/gst-libs/gst/gl/gstglcolorconvert.c @@ -658,7 +658,6 @@ gst_gl_color_convert_caps_remove_format_info (GstCaps * caps) st = gst_structure_copy (st); gst_structure_remove_fields (st, "format", "colorimetry", "chroma-site", NULL); - gst_structure_remove_fields (st, "width", "height", NULL); gst_caps_append_structure_full (res, st, gst_caps_features_new (GST_CAPS_FEATURE_MEMORY_GL_MEMORY, NULL));