mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
5b2c08ac37
commit
c8e5fc7402
2 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue