gstreamer/subprojects/gst-python/examples
Thibault Saunier fab64c0b3a 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>
2022-07-08 14:37:14 +00:00
..
plugins/python python: Add a Gst.init_python function to be called from plugins 2022-07-08 14:37:14 +00:00
dynamic_src.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
helloworld.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
README.md Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
record_sound.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
requirements.txt Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00

Dependencies

Some of the examples require external python dependencies, for this purpose an illustrative requirements.txt is provided, with annotations documenting which example requires a dependency.

You can install all the dependencies with:

python3 -m pip install -r requirements.txt --user