summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:22:46 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:22:46 +0000
commite7fba744b15da84fcbf80f6818c20b746c105a37 (patch)
treea01fca0b9959d6faa5928dcee3357c800a00d2f7 /docs
parent120ffbe5ce6cc94db43607c440fac5ffe0dd0e93 (diff)
add plugin docs for ximagesrc
Original commit message from CVS: add plugin docs for ximagesrc
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/inspect/plugin-ximagesrc.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml
new file mode 100644
index 00000000..7df565f3
--- /dev/null
+++ b/docs/plugins/inspect/plugin-ximagesrc.xml
@@ -0,0 +1,20 @@
+<plugin>
+ <name>ximagesrc</name>
+ <description>X11 video input plugin using standard Xlib calls</description>
+ <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
+ <basename>libgstximagesrc.so</basename>
+ <version>0.10.2.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>ximagesrc</name>
+ <longname>Ximage video source</longname>
+ <class>Source/Video</class>
+ <description>Creates a screenshot video stream</description>
+ <author>Lutz Mueller &lt;lutz@users.sourceforge.net&gt;, Jan Schmidt &lt;thaytan@mad.scientist.com&gt;, Zaheer Merali &lt;zaheerabbas at merali dot org&gt;</author>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file