From 30a9843c02e8a2a934b8192b0281f51f08744df8 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 29 May 2014 16:18:08 +1000 Subject: [PATCH] gl/filter: also remove the width/height in transform_caps allows scaling in the filters --- gst-libs/gst/gl/gstglfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglfilter.c b/gst-libs/gst/gl/gstglfilter.c index 39cdb1d630..250ae39eea 100644 --- a/gst-libs/gst/gl/gstglfilter.c +++ b/gst-libs/gst/gl/gstglfilter.c @@ -714,7 +714,7 @@ gst_gl_filter_caps_remove_format_info (GstCaps * caps) && gst_caps_features_is_equal (f, GST_CAPS_FEATURES_MEMORY_SYSTEM_MEMORY)) gst_structure_remove_fields (st, "format", "colorimetry", "chroma-site", - NULL); + "width", "height", NULL); gst_caps_append_structure_full (res, st, gst_caps_features_copy (f)); }