gstreamer/subprojects/gst-python/examples
Thibault Saunier 7aeb2f6711 python: Fix the audiotestsrc example
Since 830d1595b9 AudioInfo::from_caps has been hidden in python

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2675>
2022-07-08 14:37:14 +00:00
..
plugins/python python: Fix the audiotestsrc example 2022-07-08 14:37:14 +00:00
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