diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-mythtv.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-mythtv.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-mythtv.xml b/docs/plugins/inspect/plugin-mythtv.xml new file mode 100644 index 000000000..ec7518b79 --- /dev/null +++ b/docs/plugins/inspect/plugin-mythtv.xml @@ -0,0 +1,28 @@ +<plugin> + <name>mythtv</name> + <description>lib MythTV src</description> + <filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename> + <basename>libgstmythtvsrc.so</basename> + <version>0.10.7.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>http://gstreamer.freedesktop.org</origin> + <elements> + <element> + <name>mythtvsrc</name> + <longname>MythTV client source</longname> + <class>Source/Network</class> + <description>Control and receive data as a client over the network via raw socket connections using the MythTV protocol</description> + <author>Rosfran Borges <rosfran.borges@indt.org.br>,Renato Filho <renato.filho@indt.org.br></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file |