mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
bf88eeddbb
Original commit message from CVS: * gst/gstpad.override: Use proper GValue <-> MiniObject conversion function * examples/Makefile.am: * examples/sinkelement.py: New example showing how to create a sink element in python.
19 lines
316 B
Makefile
19 lines
316 B
Makefile
examplesdir = $(pkgdatadir)/0.9/examples
|
|
examples_DATA = \
|
|
audio-controller.py \
|
|
bps.py \
|
|
cp.py \
|
|
debugslider.py \
|
|
f2f.py \
|
|
filesrc.py \
|
|
gst123 \
|
|
play.py \
|
|
vorbisplay.py \
|
|
gstfile.py \
|
|
audioconcat.py \
|
|
pipeline-tester \
|
|
vumeter.py \
|
|
fvumeter.py \
|
|
sinkelement.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|