gstreamer/examples/Makefile.am
Stefan Sauer cd7e03d936 examples: add helloworld example
Add a straight 1:1 copy from cores' helloworld.c to show how the c api maps into
the pythong bindings. It would rock to have the same in other bindings.
2011-10-31 10:51:27 +01:00

24 lines
393 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 \
helloworld.py \
mixer.py \
play.py \
pipeline-tester \
remuxer.py \
sinkelement.py \
vumeter.py \
decodebin.py \
maemogst.py
EXTRA_DIST = $(examples_DATA)