python: Add a Gst.init_python function to be called from plugins
authorThibault Saunier <tsaunier@igalia.com>
Tue, 28 Jun 2022 20:35:58 +0000 (16:35 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 8 Jul 2022 14:37:14 +0000 (14:37 +0000)
commitfab64c0b3ac9377052193e13c66d581d3ce83764
tree4835034fbce9db5980005900acc80be4f0c403bb
parent37366ff2f4baf37306092fd8c844b7c0bfa36f08
python: Add a Gst.init_python function to be called from plugins

Plugins know that they will be initialized after Gst was initialized
so they can call the initialization function dedicated for the python
bindings

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2675>
subprojects/gst-python/examples/plugins/python/audioplot.py
subprojects/gst-python/examples/plugins/python/exampleTransform.py
subprojects/gst-python/examples/plugins/python/identity.py
subprojects/gst-python/examples/plugins/python/mixer.py
subprojects/gst-python/examples/plugins/python/py_audiotestsrc.py
subprojects/gst-python/examples/plugins/python/sinkelement.py
subprojects/gst-python/gi/overrides/Gst.py