Basic skeleton for test plugin.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Sun, 14 Dec 2008 20:21:18 +0000 (20:21 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Sun, 14 Dec 2008 20:21:18 +0000 (20:21 +0000)
commit817691beb60b0c3ce94e390f979839d9110c1d2f
tree132868f0f634083becf51803e1941a21ea211670
parent465c65447808f2b2f114e84bd83cb461b3cabb33
Basic skeleton for test plugin.

A test plugin that is supposed to host test media, mainly meant for
testing the new Streaming API and hopefully the transcoding API
that will follow soon.

svn path=/trunk/; revision=332
configure.ac
src/plugins/Makefile.am
src/plugins/test/Makefile.am [new file with mode: 0644]
src/plugins/test/rygel-test-audio-item.vala [new file with mode: 0644]
src/plugins/test/rygel-test-content-dir.vala [new file with mode: 0644]
src/plugins/test/rygel-test-item.vala [new file with mode: 0644]
src/plugins/test/rygel-test-plugin.vala [new file with mode: 0644]