GNOME Bugzilla – Bug 666096
[0.11] encodebin bindings failing to accept None
Last modified: 2011-12-14 12:32:13 UTC
Trying to create an encodebin profile, but the description value which according to the C bindings can be 'NULL' can not be set to 'None' from python. self.encodebinprofile = GstPbutils.EncodingContainerProfile.new("containerformat", "Null" , self.containercaps, "Normal")
commit d5ae24fe9115815c280477533d9b51d7bfc80053 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Wed Dec 14 12:28:26 2011 +0000 encoding-profile: add some missing allow-none g-i annotations Fix gst_encoding_container_profile_new() annotations. https://bugzilla.gnome.org/show_bug.cgi?id=666096