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
This commit is contained in:
Edward Hervey 2006-10-20 09:51:25 +00:00
parent 5b2c08ac37
commit c8e5fc7402
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-10-20 Edward Hervey <edward@fluendo.com>
* examples/Makefile.am:
Remove gst123 and vorbisplay.py from sources, and add decodebin.py
2006-10-20 Jason Gerard DeRose <jderose@jasonderose.org> 2006-10-20 Jason Gerard DeRose <jderose@jasonderose.org>
reviewed by: Edward Hervey <edward@fluendo.com> reviewed by: Edward Hervey <edward@fluendo.com>

View file

@ -8,13 +8,12 @@ examples_DATA = \
f2f.py \ f2f.py \
filesrc.py \ filesrc.py \
fvumeter.py \ fvumeter.py \
gst123 \
gstfile.py \ gstfile.py \
play.py \ play.py \
pipeline-tester \ pipeline-tester \
remuxer.py \ remuxer.py \
sinkelement.py \ sinkelement.py \
vorbisplay.py \ vumeter.py \
vumeter.py decodebin.py
EXTRA_DIST = $(examples_DATA) EXTRA_DIST = $(examples_DATA)