mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
Original commit message from CVS: * gst/gst.override: * gst/gstlibs.override: Proper wrapping of GstController * examples/Makefile.am: * examples/audio-controller.py: Example to show how to use gst.Controller
18 lines
294 B
Makefile
18 lines
294 B
Makefile
examplesdir = $(pkgdatadir)/examples
|
|
examples_DATA = \
|
|
audio-controller.py \
|
|
bps.py \
|
|
cp.py \
|
|
debugslider.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
gst123 \
|
|
play.py \
|
|
vorbisplay.py \
|
|
gstfile.py \
|
|
audioconcat.py \
|
|
pipeline-tester \
|
|
vumeter.py \
|
|
fvumeter.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|