diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-gconfelements.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-gconfelements.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml new file mode 100644 index 00000000..5a4df241 --- /dev/null +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -0,0 +1,26 @@ +<plugin> + <name>gconfelements</name> + <description>elements wrapping the GStreamer/GConf audio/video output settings</description> + <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename> + <basename>libgstgconfelements.so</basename> + <version>0.9.0.1</version> + <license>LGPL</license> + <package>GStreamer CVS/prerelease</package> + <origin>http://gstreamer.freedesktop.org/</origin> + <elements> + <element> + <name>gconfaudiosink</name> + <longname>GConf audio sink</longname> + <class>Sink/Audio</class> + <description>Audio sink embedding the GConf-settings for audio output</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> + </element> + <element> + <name>gconfvideosink</name> + <longname>GConf video sink</longname> + <class>Sink/Video</class> + <description>Video sink embedding the GConf-settings for video output</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file |