GNOME Bugzilla – Bug 557085
[videobox] support dynamically changing properties
Last modified: 2008-10-21 12:39:53 UTC
Videobox does not handle dynamically changing the boxing properties because it messes with gst_base_transform_set_passthrough() in the wrong place.
Created attachment 120928 [details] [review] patch to fix the problem Patch to update: - debug info - don't call gst_base_transform_set_passthrough() in the set_property method - inline obsolete method back in setcaps.
Created attachment 120929 [details] [review] patch to fix the problem Patch to update: - debug info - don't call gst_base_transform_set_passthrough() in the set_property method - inline obsolete method back in setcaps.
Changed my mind about putting this in. Committed: * gst/videobox/gstvideobox.c: support dynamically changing properties in videobox Fixed: #557085 Patch By: Wim Taymans <wim.taymans@collabora.co.uk>