mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
fab64c0b3a
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> |
||
---|---|---|
.. | ||
plugins/python | ||
dynamic_src.py | ||
helloworld.py | ||
README.md | ||
record_sound.py | ||
requirements.txt |
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