After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666096 - [0.11] encodebin bindings failing to accept None
[0.11] encodebin bindings failing to accept None
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal normal
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-13 15:54 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-12-14 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2011-12-13 15:54:43 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")
Comment 1 Tim-Philipp Müller 2011-12-14 12:32:13 UTC
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