summaryrefslogtreecommitdiffstats
path: root/gst/videobox
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videobox')
-rw-r--r--gst/videobox/gstvideobox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c
index 865a84cd..2f9d17d0 100644
--- a/gst/videobox/gstvideobox.c
+++ b/gst/videobox/gstvideobox.c
@@ -305,6 +305,7 @@ gst_video_box_set_property (GObject * object, guint prop_id,
break;
}
video_box_recalc_transform (video_box);
+ gst_base_transform_reconfigure (GST_BASE_TRANSFORM (video_box));
GST_BASE_TRANSFORM_UNLOCK (GST_BASE_TRANSFORM_CAST (video_box));
}