mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
add plugin docs for ximagesrc
Original commit message from CVS: add plugin docs for ximagesrc
This commit is contained in:
parent
120ffbe5ce
commit
e7fba744b1
1 changed files with 20 additions and 0 deletions
20
docs/plugins/inspect/plugin-ximagesrc.xml
Normal file
20
docs/plugins/inspect/plugin-ximagesrc.xml
Normal file
|
@ -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 <lutz@users.sourceforge.net>, Jan Schmidt <thaytan@mad.scientist.com>, Zaheer Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue