mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
docs/plugins/: Add 3 more plugins to docs.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-gamma.xml: * docs/plugins/inspect/plugin-monoscope.xml: * docs/plugins/inspect/plugin-video4linux2.xml: Add 3 more plugins to docs.
This commit is contained in:
parent
567ec26deb
commit
eee12cca36
7 changed files with 141 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2008-01-15 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/plugins/Makefile.am:
|
||||||
|
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
||||||
|
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
||||||
|
* docs/plugins/inspect/plugin-gamma.xml:
|
||||||
|
* docs/plugins/inspect/plugin-monoscope.xml:
|
||||||
|
* docs/plugins/inspect/plugin-video4linux2.xml:
|
||||||
|
Add 3 more plugins to docs.
|
||||||
|
|
||||||
2008-01-15 Stefan Kost <ensonic@users.sf.net>
|
2008-01-15 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
||||||
|
|
|
@ -111,6 +111,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/icydemux/gsticydemux.h \
|
$(top_srcdir)/gst/icydemux/gsticydemux.h \
|
||||||
$(top_srcdir)/gst/id3demux/gstid3demux.h \
|
$(top_srcdir)/gst/id3demux/gstid3demux.h \
|
||||||
$(top_srcdir)/gst/level/gstlevel.h \
|
$(top_srcdir)/gst/level/gstlevel.h \
|
||||||
|
$(top_srcdir)/gst/monoscope/gstmonoscope.h \
|
||||||
$(top_srcdir)/gst/multipart/multipartdemux.h \
|
$(top_srcdir)/gst/multipart/multipartdemux.h \
|
||||||
$(top_srcdir)/gst/multipart/multipartmux.h \
|
$(top_srcdir)/gst/multipart/multipartmux.h \
|
||||||
$(top_srcdir)/gst/qtdemux/qtdemux.h \
|
$(top_srcdir)/gst/qtdemux/qtdemux.h \
|
||||||
|
@ -119,6 +120,7 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/gst/udp/gstmultiudpsink.h \
|
$(top_srcdir)/gst/udp/gstmultiudpsink.h \
|
||||||
$(top_srcdir)/gst/udp/gstudpsrc.h \
|
$(top_srcdir)/gst/udp/gstudpsrc.h \
|
||||||
$(top_srcdir)/gst/videocrop/gstvideocrop.h \
|
$(top_srcdir)/gst/videocrop/gstvideocrop.h \
|
||||||
|
$(top_srcdir)/gst/videofilter/gstgamma.h \
|
||||||
$(top_srcdir)/gst/videofilter/gstvideobalance.h \
|
$(top_srcdir)/gst/videofilter/gstvideobalance.h \
|
||||||
$(top_srcdir)/gst/videofilter/gstvideoflip.h \
|
$(top_srcdir)/gst/videofilter/gstvideoflip.h \
|
||||||
$(top_srcdir)/gst/videomixer/videomixer.h \
|
$(top_srcdir)/gst/videomixer/videomixer.h \
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
<xi:include href="xml/element-dvdemux.xml" />
|
<xi:include href="xml/element-dvdemux.xml" />
|
||||||
<xi:include href="xml/element-esdsink.xml" />
|
<xi:include href="xml/element-esdsink.xml" />
|
||||||
<xi:include href="xml/element-flacdec.xml" />
|
<xi:include href="xml/element-flacdec.xml" />
|
||||||
|
<xi:include href="xml/element-gamma.xml" />
|
||||||
<xi:include href="xml/element-goom.xml" />
|
<xi:include href="xml/element-goom.xml" />
|
||||||
<xi:include href="xml/element-halaudiosink.xml" />
|
<xi:include href="xml/element-halaudiosink.xml" />
|
||||||
<xi:include href="xml/element-halaudiosrc.xml" />
|
<xi:include href="xml/element-halaudiosrc.xml" />
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
<xi:include href="xml/element-jpegdec.xml" />
|
<xi:include href="xml/element-jpegdec.xml" />
|
||||||
<xi:include href="xml/element-jpegenc.xml" />
|
<xi:include href="xml/element-jpegenc.xml" />
|
||||||
<xi:include href="xml/element-level.xml" />
|
<xi:include href="xml/element-level.xml" />
|
||||||
|
<xi:include href="xml/element-monoscope.xml" />
|
||||||
<xi:include href="xml/element-multiudpsink.xml" />
|
<xi:include href="xml/element-multiudpsink.xml" />
|
||||||
<xi:include href="xml/element-multipartmux.xml" />
|
<xi:include href="xml/element-multipartmux.xml" />
|
||||||
<xi:include href="xml/element-multipartdemux.xml" />
|
<xi:include href="xml/element-multipartdemux.xml" />
|
||||||
|
@ -71,7 +73,7 @@
|
||||||
<xi:include href="xml/element-wavpackenc.xml" />
|
<xi:include href="xml/element-wavpackenc.xml" />
|
||||||
<xi:include href="xml/element-wavpackparse.xml" />
|
<xi:include href="xml/element-wavpackparse.xml" />
|
||||||
<xi:include href="xml/element-wavparse.xml" />
|
<xi:include href="xml/element-wavparse.xml" />
|
||||||
<!-- <xi:include href="xml/element-v4l2src.xml" /> -->
|
<xi:include href="xml/element-v4l2src.xml" />
|
||||||
<xi:include href="xml/element-ximagesrc.xml" />
|
<xi:include href="xml/element-ximagesrc.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
@ -101,6 +103,7 @@
|
||||||
<xi:include href="xml/plugin-esdsink.xml" />
|
<xi:include href="xml/plugin-esdsink.xml" />
|
||||||
<xi:include href="xml/plugin-flac.xml" />
|
<xi:include href="xml/plugin-flac.xml" />
|
||||||
<xi:include href="xml/plugin-flxdec.xml" />
|
<xi:include href="xml/plugin-flxdec.xml" />
|
||||||
|
<xi:include href="xml/plugin-gamma.xml" />
|
||||||
<xi:include href="xml/plugin-gconfelements.xml" />
|
<xi:include href="xml/plugin-gconfelements.xml" />
|
||||||
<xi:include href="xml/plugin-goom.xml" />
|
<xi:include href="xml/plugin-goom.xml" />
|
||||||
<xi:include href="xml/plugin-halelements.xml" />
|
<xi:include href="xml/plugin-halelements.xml" />
|
||||||
|
@ -109,6 +112,7 @@
|
||||||
<xi:include href="xml/plugin-jpeg.xml" />
|
<xi:include href="xml/plugin-jpeg.xml" />
|
||||||
<xi:include href="xml/plugin-level.xml" />
|
<xi:include href="xml/plugin-level.xml" />
|
||||||
<xi:include href="xml/plugin-matroska.xml" />
|
<xi:include href="xml/plugin-matroska.xml" />
|
||||||
|
<xi:include href="xml/plugin-monoscope.xml" />
|
||||||
<xi:include href="xml/plugin-mulaw.xml" />
|
<xi:include href="xml/plugin-mulaw.xml" />
|
||||||
<xi:include href="xml/plugin-multipart.xml" />
|
<xi:include href="xml/plugin-multipart.xml" />
|
||||||
<xi:include href="xml/plugin-navigationtest.xml" />
|
<xi:include href="xml/plugin-navigationtest.xml" />
|
||||||
|
@ -133,7 +137,7 @@
|
||||||
<xi:include href="xml/plugin-wavenc.xml" />
|
<xi:include href="xml/plugin-wavenc.xml" />
|
||||||
<xi:include href="xml/plugin-wavpack.xml" />
|
<xi:include href="xml/plugin-wavpack.xml" />
|
||||||
<xi:include href="xml/plugin-wavparse.xml" />
|
<xi:include href="xml/plugin-wavparse.xml" />
|
||||||
<!-- <xi:include href="xml/plugin-video4linux2.xml" /> -->
|
<xi:include href="xml/plugin-video4linux2.xml" />
|
||||||
<xi:include href="xml/plugin-ximagesrc.xml" />
|
<xi:include href="xml/plugin-ximagesrc.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
</book>
|
</book>
|
||||||
|
|
|
@ -360,6 +360,20 @@ gst_flac_dec_get_type
|
||||||
LEGACY_FLAC
|
LEGACY_FLAC
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-gamma</FILE>
|
||||||
|
<TITLE>gamma</TITLE>
|
||||||
|
GstGamma
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstGammaClass
|
||||||
|
GST_GAMMA
|
||||||
|
GST_IS_GAMMA
|
||||||
|
GST_TYPE_GAMMA
|
||||||
|
GST_GAMMA_CLASS
|
||||||
|
GST_IS_GAMMA_CLASS
|
||||||
|
gst_gamma_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-goom</FILE>
|
<FILE>element-goom</FILE>
|
||||||
<TITLE>goom</TITLE>
|
<TITLE>goom</TITLE>
|
||||||
|
@ -489,6 +503,19 @@ GST_IS_LEVEL_CLASS
|
||||||
gst_level_get_type
|
gst_level_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-monoscope</FILE>
|
||||||
|
<TITLE>monoscope</TITLE>
|
||||||
|
GstMonoscope
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstMonoscopeClass
|
||||||
|
GST_MONOSCOPE
|
||||||
|
GST_IS_MONOSCOPE
|
||||||
|
GST_TYPE_MONOSCOPE
|
||||||
|
GST_MONOSCOPE_CLASS
|
||||||
|
GST_IS_MONOSCOPE_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-multipartmux</FILE>
|
<FILE>element-multipartmux</FILE>
|
||||||
<TITLE>multipartmux</TITLE>
|
<TITLE>multipartmux</TITLE>
|
||||||
|
|
34
docs/plugins/inspect/plugin-gamma.xml
Normal file
34
docs/plugins/inspect/plugin-gamma.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<plugin>
|
||||||
|
<name>gamma</name>
|
||||||
|
<description>Changes gamma on video images</description>
|
||||||
|
<filename>../../gst/videofilter/.libs/libgstgamma.so</filename>
|
||||||
|
<basename>libgstgamma.so</basename>
|
||||||
|
<version>0.10.6.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>gamma</name>
|
||||||
|
<longname>Video gamma correction</longname>
|
||||||
|
<class>Filter/Effect/Video</class>
|
||||||
|
<description>Adjusts gamma on a video stream</description>
|
||||||
|
<author>Arwed v. Merkatz <v.merkatz@gmx.net</author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-yuv, format=(fourcc){ IYUV, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-yuv, format=(fourcc){ IYUV, I420, YV12 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
34
docs/plugins/inspect/plugin-monoscope.xml
Normal file
34
docs/plugins/inspect/plugin-monoscope.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<plugin>
|
||||||
|
<name>monoscope</name>
|
||||||
|
<description>Monoscope visualization</description>
|
||||||
|
<filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename>
|
||||||
|
<basename>libgstmonoscope.so</basename>
|
||||||
|
<version>0.10.6.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>monoscope</name>
|
||||||
|
<longname>Monoscope</longname>
|
||||||
|
<class>Visualization</class>
|
||||||
|
<description>Displays a highly stabilised waveform of audio input</description>
|
||||||
|
<author>Richard Boulton <richard@tartarus.org></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)2, endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)256, height=(int)128, framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
28
docs/plugins/inspect/plugin-video4linux2.xml
Normal file
28
docs/plugins/inspect/plugin-video4linux2.xml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<plugin>
|
||||||
|
<name>video4linux2</name>
|
||||||
|
<description>elements for Video 4 Linux</description>
|
||||||
|
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||||
|
<basename>libgstvideo4linux2.so</basename>
|
||||||
|
<version>0.10.6.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>v4l2src</name>
|
||||||
|
<longname>Video (video4linux2/raw) Source</longname>
|
||||||
|
<class>Source/Video</class>
|
||||||
|
<description>Reads raw frames from a video4linux2 (BT8x8) device</description>
|
||||||
|
<author>Ronald Bultje <rbultje@ronald.bitfreak.net>, Edgard Lima <edgard.lima@indt.org.br></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw-rgb, bpp=(int)8, depth=(int)8, red_mask=(int)224, green_mask=(int)28, blue_mask=(int)3, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVU9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y42B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41P, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUV9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-bayer, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
Loading…
Reference in a new issue