Move examples directory to tests/examples as in every other GStreamer module
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 24 Feb 2009 15:33:51 +0000 (16:33 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 24 Feb 2009 15:33:51 +0000 (16:33 +0100)
commitf0ae68d9440e90711c7b547f03d7165357b9c4ac
treed77797c994b5f7457b1dd3b802f08f783c8ce0e5
parentda040c2a3529801e9b7c239afb698379ede89087
Move examples directory to tests/examples as in every other GStreamer module
83 files changed:
Makefile.am
configure.ac
examples/Makefile.am [deleted file]
examples/app/.gitignore [deleted file]
examples/app/Makefile.am [deleted file]
examples/app/appsink-src.c [deleted file]
examples/app/appsrc-ra.c [deleted file]
examples/app/appsrc-seekable.c [deleted file]
examples/app/appsrc-stream.c [deleted file]
examples/app/appsrc-stream2.c [deleted file]
examples/app/appsrc_ex.c [deleted file]
examples/capsfilter/Makefile.am [deleted file]
examples/capsfilter/capsfilter1.c [deleted file]
examples/directfb/.gitignore [deleted file]
examples/directfb/Makefile.am [deleted file]
examples/directfb/decker.ttf [deleted file]
examples/directfb/dfblogo.png [deleted file]
examples/directfb/gstdfb.c [deleted file]
examples/gob/Makefile.am [deleted file]
examples/gob/gst-identity2.gob [deleted file]
examples/gstplay/.gitignore [deleted file]
examples/gstplay/Makefile.am [deleted file]
examples/gstplay/player.c [deleted file]
examples/indexing/.gitignore [deleted file]
examples/indexing/Makefile.am [deleted file]
examples/indexing/indexmpeg.c [deleted file]
examples/level/Makefile.am [deleted file]
examples/level/README [deleted file]
examples/level/demo.c [deleted file]
examples/level/plot.c [deleted file]
examples/scaletempo/.gitignore [deleted file]
examples/scaletempo/Makefile.am [deleted file]
examples/scaletempo/demo-gui.c [deleted file]
examples/scaletempo/demo-gui.h [deleted file]
examples/scaletempo/demo-main.c [deleted file]
examples/scaletempo/demo-player.c [deleted file]
examples/scaletempo/demo-player.h [deleted file]
examples/stats/Makefile.am [deleted file]
examples/stats/mp2ogg.c [deleted file]
examples/switch/.gitignore [deleted file]
examples/switch/Makefile.am [deleted file]
examples/switch/switcher.c [deleted file]
tests/Makefile.am
tests/examples/Makefile.am [new file with mode: 0644]
tests/examples/app/.gitignore [new file with mode: 0644]
tests/examples/app/Makefile.am [new file with mode: 0644]
tests/examples/app/appsink-src.c [new file with mode: 0644]
tests/examples/app/appsrc-ra.c [new file with mode: 0644]
tests/examples/app/appsrc-seekable.c [new file with mode: 0644]
tests/examples/app/appsrc-stream.c [new file with mode: 0644]
tests/examples/app/appsrc-stream2.c [new file with mode: 0644]
tests/examples/app/appsrc_ex.c [new file with mode: 0644]
tests/examples/capsfilter/Makefile.am [new file with mode: 0644]
tests/examples/capsfilter/capsfilter1.c [new file with mode: 0644]
tests/examples/directfb/.gitignore [new file with mode: 0644]
tests/examples/directfb/Makefile.am [new file with mode: 0644]
tests/examples/directfb/decker.ttf [new file with mode: 0644]
tests/examples/directfb/dfblogo.png [new file with mode: 0644]
tests/examples/directfb/gstdfb.c [new file with mode: 0644]
tests/examples/gob/Makefile.am [new file with mode: 0644]
tests/examples/gob/gst-identity2.gob [new file with mode: 0644]
tests/examples/gstplay/.gitignore [new file with mode: 0644]
tests/examples/gstplay/Makefile.am [new file with mode: 0644]
tests/examples/gstplay/player.c [new file with mode: 0644]
tests/examples/indexing/.gitignore [new file with mode: 0644]
tests/examples/indexing/Makefile.am [new file with mode: 0644]
tests/examples/indexing/indexmpeg.c [new file with mode: 0644]
tests/examples/level/Makefile.am [new file with mode: 0644]
tests/examples/level/README [new file with mode: 0644]
tests/examples/level/demo.c [new file with mode: 0644]
tests/examples/level/plot.c [new file with mode: 0644]
tests/examples/scaletempo/.gitignore [new file with mode: 0644]
tests/examples/scaletempo/Makefile.am [new file with mode: 0644]
tests/examples/scaletempo/demo-gui.c [new file with mode: 0644]
tests/examples/scaletempo/demo-gui.h [new file with mode: 0644]
tests/examples/scaletempo/demo-main.c [new file with mode: 0644]
tests/examples/scaletempo/demo-player.c [new file with mode: 0644]
tests/examples/scaletempo/demo-player.h [new file with mode: 0644]
tests/examples/stats/Makefile.am [new file with mode: 0644]
tests/examples/stats/mp2ogg.c [new file with mode: 0644]
tests/examples/switch/.gitignore [new file with mode: 0644]
tests/examples/switch/Makefile.am [new file with mode: 0644]
tests/examples/switch/switcher.c [new file with mode: 0644]