summaryrefslogtreecommitdiff
path: root/gst/videoscale/gstvideoscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videoscale/gstvideoscale.c')
-rw-r--r--gst/videoscale/gstvideoscale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c
index e7b82ec5f..fad74fcc7 100644
--- a/gst/videoscale/gstvideoscale.c
+++ b/gst/videoscale/gstvideoscale.c
@@ -1084,6 +1084,8 @@ gst_video_scale_fixate_caps (GstBaseTransform * base, GstPadDirection direction,
}
done:
+ othercaps = gst_caps_fixate (othercaps);
+
GST_DEBUG_OBJECT (base, "fixated othercaps to %" GST_PTR_FORMAT, othercaps);
if (from_par == &fpar)