add plugin docs for ximagesrc
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 19:22:46 +0000 (19:22 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 19:22:46 +0000 (19:22 +0000)
Original commit message from CVS:
add plugin docs for ximagesrc

docs/plugins/inspect/plugin-ximagesrc.xml [new file with mode: 0644]

diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml
new file mode 100644 (file)
index 0000000..7df565f
--- /dev/null
@@ -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