GNOME Bugzilla – Bug 734773
Add allow-none annotation for gst_bin_new()
Last modified: 2014-08-14 09:51:27 UTC
Created attachment 283373 [details] [review] Add allow-none annotation for gst_bin_new() This trivial patch allows g-i to emit the correct code for bindings, and allows you to pass None for the name when using, say, PyGI bindings.
I fixed that yesterday already, sorry :) commit 2f33fd5c19e1658a923d2d65e2ea3d59a558a099 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Aug 13 12:40:37 2014 +0300 bin: Use allow-none instead of nullable until we depend on a new enough GI version commit 9b96d4c7cd7cd1124fb91b69d236ec8fa1e41ab9 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Aug 13 12:39:47 2014 +0300 bin: gst_bin_new() can accept NULL as name