summaryrefslogtreecommitdiffstats
path: root/gst/videobox
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-08-20 10:59:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-08-20 10:59:52 +0000
commit3033108c05eab339fdf550ee3f8314c4da653a8b (patch)
tree76f586b566efff4387df55cb860787d8915225d9 /gst/videobox
parentde44b9743bd584fe1c0ba357edcebd452b7736a2 (diff)
gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixes #544956.
Original commit message from CVS: * gst/videobox/gstvideobox.c: (gst_video_box_set_property): Use new basetransform method to renegotiate. Fixes #544956. * tests/icles/Makefile.am: * tests/icles/videobox-test.c: (make_pipeline), (main): Add videobox renegotiation example.
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));
}