gstlaunch: add new plugin that shares gstreamer launch lines
authorThijs Vermeir <thijsvermeir@gmail.com>
Sun, 16 Aug 2009 19:01:27 +0000 (21:01 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 3 Sep 2009 15:41:29 +0000 (18:41 +0300)
commitc940421a753fd4b8281be5f89f0d6a718721db98
tree5f1f6b7ec2bfd22b5255aaa80320c3f1eeb4e9e7
parent887875ee7dbffa3c9aa40e3c9ffcdcfd70e7fc5b
gstlaunch: add new plugin that shares gstreamer launch lines

This plugin is reading from a configuration KeyFile and creates a item
for every group in this file.
autogen.sh
configure.ac
data/Makefile.am
data/rygel-gstlaunch.conf [new file with mode: 0644]
src/plugins/Makefile.am
src/plugins/gstlaunch/Makefile.am [new file with mode: 0644]
src/plugins/gstlaunch/rygel-gstlaunch-content-dir.vala [new file with mode: 0644]
src/plugins/gstlaunch/rygel-gstlaunch-item.vala [new file with mode: 0644]
src/plugins/gstlaunch/rygel-gstlaunch-plugin.vala [new file with mode: 0644]
src/plugins/gstlaunch/rygel-gstlaunch-root-container.vala [new file with mode: 0644]