summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-10-20 09:51:25 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-10-20 09:51:25 +0000
commitc8e5fc74024b71d2162b9cc4d1f0e8fbfcefa4d1 (patch)
tree10d80b298ae52ec0fa50a4c70e2c97d84d161a90 /examples
parent5b2c08ac3795f863731d92c03dc1f66c0028255b (diff)
examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py
Original commit message from CVS: * examples/Makefile.am: Remove gst123 and vorbisplay.py from sources, and add decodebin.py
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 4d604fd..01f2b53 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -8,13 +8,12 @@ examples_DATA = \
f2f.py \
filesrc.py \
fvumeter.py \
- gst123 \
gstfile.py \
play.py \
pipeline-tester \
remuxer.py \
sinkelement.py \
- vorbisplay.py \
- vumeter.py
+ vumeter.py \
+ decodebin.py
EXTRA_DIST = $(examples_DATA)