GNOME Bugzilla – Bug 634974
[0.11] gst-python: gst.Bin has inconsistent bindings for gst_bin_iterate_{sources,sinks,elements}
Last modified: 2012-12-17 11:49:08 UTC
Created attachment 174593 [details] [review] proposed patch The attached patch improves the consistency of the Python bindings for GstBin's methods. GstBin has the following methods: gst_bin_iterate_sources gst_bin_iterate_sinks gst_bin_iterate_elements but gst.Bin has the following methods: gst.Bin.iterate_sources gst.Bin.sinks gst.bin.elements This patch renames gst.Bin.iterate_sources to gst.Bin.sources.
Renaming it now will unfortunately break the API and has to wait until 0.11.
Closing this bug now, gst-python is only an extension module to pygi now and this bug doesn't make much sense anymore in this context.