mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
7e94773d0f
Original commit message from CVS: * gst/interfaces.defs: * gst/interfaces.override: wrap mixer get_volume * examples/Makefile.am: * examples/mixer.py: add an example using it
21 lines
361 B
Makefile
21 lines
361 B
Makefile
examplesdir = $(pkgdatadir)/$(GST_MAJORMINOR)/examples
|
|
examples_DATA = \
|
|
audioconcat.py \
|
|
audio-controller.py \
|
|
bps.py \
|
|
cp.py \
|
|
debugslider.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
fvumeter.py \
|
|
gst-discover \
|
|
gstfile.py \
|
|
mixer.py \
|
|
play.py \
|
|
pipeline-tester \
|
|
remuxer.py \
|
|
sinkelement.py \
|
|
vumeter.py \
|
|
decodebin.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|