From 3033108c05eab339fdf550ee3f8314c4da653a8b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 20 Aug 2008 10:59:52 +0000 Subject: 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. --- gst/videobox/gstvideobox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/videobox') 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)); } -- cgit