mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
0650a27089
Original commit message from CVS: 2006-11-07 Andy Wingo <wingo@pobox.com> * examples/Makefile.am (examples_DATA): * examples/gst-discover: New tool, runs the discoverer on a file and prints out what we get.
20 lines
349 B
Makefile
20 lines
349 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 \
|
|
play.py \
|
|
pipeline-tester \
|
|
remuxer.py \
|
|
sinkelement.py \
|
|
vumeter.py \
|
|
decodebin.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|