gstreamer/subprojects/gst-python/examples
Akkariin Meiko 27c4ec74a1 Update
2022-03-12 03:16:09 +08:00
..
plugins/python Update 2022-03-12 03:16:09 +08:00
dynamic_src.py Update 2022-03-12 03:16:09 +08:00
helloworld.py Update 2022-03-12 03:16:09 +08:00
README.md Update 2022-03-12 03:16:09 +08:00
record_sound.py Update 2022-03-12 03:16:09 +08:00
requirements.txt Update 2022-03-12 03:16:09 +08: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