From 6ab4698b95bed4ca4032b791d84f26fd2e11224a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 25 Nov 2008 16:06:22 +0000 Subject: gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties using the new basetransform features. Fixes ... Original commit message from CVS: * gst/videocrop/gstvideocrop.c: (gst_video_crop_init), (gst_video_crop_transform), (gst_video_crop_transform_caps), (gst_video_crop_set_caps), (gst_video_crop_set_property): * gst/videocrop/gstvideocrop.h: Fix renegotiation when changing properties using the new basetransform features. Fixes #561502. * tests/icles/Makefile.am: * tests/icles/videocrop2-test.c: (make_pipeline), (main): Add crazy interactive test unit for dynamically changing properties. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 391445d4..864787de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-11-25 Wim Taymans + + * gst/videocrop/gstvideocrop.c: (gst_video_crop_init), + (gst_video_crop_transform), (gst_video_crop_transform_caps), + (gst_video_crop_set_caps), (gst_video_crop_set_property): + * gst/videocrop/gstvideocrop.h: + Fix renegotiation when changing properties using the new basetransform + features. Fixes #561502. + + * tests/icles/Makefile.am: + * tests/icles/videocrop2-test.c: (make_pipeline), (main): + Add crazy interactive test unit for dynamically changing properties. + 2008-11-24 Wim Taymans * gst/rtsp/gstrtspsrc.c: (new_session_pad), -- cgit