gstreamer/examples
Thibault Saunier d365954fc0 Subclass Exception for mapping and unmapping errors
And minor cleanup in the way errors are handled
2019-12-10 12:05:19 -03:00
..
plugins/python Subclass Exception for mapping and unmapping errors 2019-12-10 12:05:19 -03:00
dynamic_src.py examples: add a dynamic pipeline example 2018-07-20 17:00:22 +02:00
helloworld.py helloworld: fix typo 2018-07-20 15:58:35 +02:00
README.md Examples: add mixer plugin example 2018-07-29 19:51:34 +02:00
requirements.txt Examples: add audiotestsrc plugin example 2018-07-29 20:06:09 +02: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