mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
6074356cec
Original commit message from CVS: 2005-07-13 Andy Wingo <wingo@pobox.com> * examples/vumeter.py: New file, a VU meter application that reads from alsasrc. * examples/fvumeter.py: New file, imported from Flumotion and relicensed under the LGPL. Implements a simple VU meter widget.
16 lines
252 B
Makefile
16 lines
252 B
Makefile
examplesdir = $(pkgdatadir)/examples
|
|
examples_DATA = \
|
|
bps.py \
|
|
cp.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
gst123 \
|
|
play.py \
|
|
vorbisplay.py \
|
|
gstfile.py \
|
|
audioconcat.py \
|
|
pipeline-tester \
|
|
vumeter.py \
|
|
fvumeter.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|