summaryrefslogtreecommitdiff
path: root/tests/examples
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-10-10 16:43:58 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-10-10 16:43:58 +0200
commitfa14d42a1e2d100021ff27ab9b871cf174d8a2d2 (patch)
tree360bad2f358c19c0bea864f5cb3dde1c80fa7a86 /tests/examples
parent36c47c89ebd1617d045ac102346a5f7bdf7fd3f9 (diff)
manual: talk about playsink
Talk about playsink and give an example of its usage.
Diffstat (limited to 'tests/examples')
-rw-r--r--tests/examples/manual/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am
index c20441b67..396c10036 100644
--- a/tests/examples/manual/Makefile.am
+++ b/tests/examples/manual/Makefile.am
@@ -42,7 +42,8 @@ EXAMPLES = \
effectswitch \
testrtpool \
playbin \
- decodebin
+ decodebin \
+ playsink
BUILT_SOURCES = \
elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c \
@@ -60,7 +61,8 @@ BUILT_SOURCES = \
dynformat.c \
effectswitch.c \
testrtpool.c \
- playbin.c decodebin.c
+ playbin.c decodebin.c \
+ playsink.c
CLEANFILES = core core.* test-registry.* *.gcno *.gcda $(BUILT_SOURCES)
@@ -110,7 +112,7 @@ dynformat.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
effectswitch.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
$(PERL_PATH) $(srcdir)/extract.pl $@ $<
-playbin.c decodebin.c: $(top_srcdir)/docs/manual/highlevel-playback.xml
+playbin.c decodebin.c playsink.c: $(top_srcdir)/docs/manual/highlevel-playback.xml
$(PERL_PATH) $(srcdir)/extract.pl $@ $<
testrtpool.c: $(top_srcdir)/docs/manual/advanced-threads.xml