mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
docs: add newly-ported elements to docs
This commit is contained in:
parent
654744a03c
commit
e12b871785
6 changed files with 212 additions and 0 deletions
|
@ -65,9 +65,14 @@
|
||||||
<xi:include href="xml/element-mpeg2enc.xml" />
|
<xi:include href="xml/element-mpeg2enc.xml" />
|
||||||
<xi:include href="xml/element-mplex.xml" />
|
<xi:include href="xml/element-mplex.xml" />
|
||||||
<xi:include href="xml/element-mpg123audiodec.xml" />
|
<xi:include href="xml/element-mpg123audiodec.xml" />
|
||||||
|
<xi:include href="xml/element-neonhttpsrc.xml" />
|
||||||
|
<xi:include href="xml/element-ofa.xml" />
|
||||||
|
<xi:include href="xml/element-openalsrc.xml" />
|
||||||
|
<xi:include href="xml/element-openalsink.xml" />
|
||||||
<xi:include href="xml/element-pcapparse.xml" />
|
<xi:include href="xml/element-pcapparse.xml" />
|
||||||
<xi:include href="xml/element-pinch.xml" />
|
<xi:include href="xml/element-pinch.xml" />
|
||||||
<xi:include href="xml/element-pyramidsegment.xml" />
|
<xi:include href="xml/element-pyramidsegment.xml" />
|
||||||
|
<xi:include href="xml/element-rfbsrc.xml" />
|
||||||
<xi:include href="xml/element-rtmpsink.xml" />
|
<xi:include href="xml/element-rtmpsink.xml" />
|
||||||
<xi:include href="xml/element-rtmpsrc.xml" />
|
<xi:include href="xml/element-rtmpsrc.xml" />
|
||||||
<xi:include href="xml/element-shmsink.xml" />
|
<xi:include href="xml/element-shmsink.xml" />
|
||||||
|
@ -124,9 +129,13 @@
|
||||||
<xi:include href="xml/plugin-mpeg2enc.xml" />
|
<xi:include href="xml/plugin-mpeg2enc.xml" />
|
||||||
<xi:include href="xml/plugin-mpegtsmux.xml" />
|
<xi:include href="xml/plugin-mpegtsmux.xml" />
|
||||||
<xi:include href="xml/plugin-mplex.xml" />
|
<xi:include href="xml/plugin-mplex.xml" />
|
||||||
|
<xi:include href="xml/plugin-neon.xml" />
|
||||||
|
<xi:include href="xml/plugin-ofa.xml" />
|
||||||
|
<xi:include href="xml/plugin-openal.xml" />
|
||||||
<xi:include href="xml/plugin-opencv.xml" />
|
<xi:include href="xml/plugin-opencv.xml" />
|
||||||
<xi:include href="xml/plugin-pcapparse.xml" />
|
<xi:include href="xml/plugin-pcapparse.xml" />
|
||||||
<xi:include href="xml/plugin-rawparse.xml" />
|
<xi:include href="xml/plugin-rawparse.xml" />
|
||||||
|
<xi:include href="xml/plugin-rfbsrc.xml" />
|
||||||
<xi:include href="xml/plugin-rtmp.xml" />
|
<xi:include href="xml/plugin-rtmp.xml" />
|
||||||
<xi:include href="xml/plugin-sdp.xml" />
|
<xi:include href="xml/plugin-sdp.xml" />
|
||||||
<xi:include href="xml/plugin-shm.xml" />
|
<xi:include href="xml/plugin-shm.xml" />
|
||||||
|
|
|
@ -1040,6 +1040,62 @@ GST_TYPE_NUV_DEMUX
|
||||||
gst_nuv_demux_get_type
|
gst_nuv_demux_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-neonhttpsrc</FILE>
|
||||||
|
<TITLE>neonhttpsrc</TITLE>
|
||||||
|
GstNeonhttpSrc
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstNeonhttpSrcClass
|
||||||
|
GST_NEONHTTP_SRC
|
||||||
|
GST_NEONHTTP_SRC_CLASS
|
||||||
|
GST_IS_NEONHTTP_SRC
|
||||||
|
GST_IS_NEONHTTP_SRC_CLASS
|
||||||
|
GST_TYPE_NEONHTTP_SRC
|
||||||
|
gst_neonhttp_src_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-ofa</FILE>
|
||||||
|
<TITLE>ofa</TITLE>
|
||||||
|
GstOFA
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOFAClass
|
||||||
|
GST_OFA
|
||||||
|
GST_OFA_CLASS
|
||||||
|
GST_IS_OFA
|
||||||
|
GST_IS_OFA_CLASS
|
||||||
|
GST_TYPE_OFA
|
||||||
|
gst_ofa_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-openalsink</FILE>
|
||||||
|
<TITLE>openalsink</TITLE>
|
||||||
|
GstOpenalSink
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOpenalSinkClass
|
||||||
|
GST_OPENAL_SINK
|
||||||
|
GST_OPENAL_SINK_CLASS
|
||||||
|
GST_IS_OPENAL_SINK
|
||||||
|
GST_IS_OPENAL_SINK_CLASS
|
||||||
|
GST_TYPE_OPENAL_SINK
|
||||||
|
gst_openal_sink_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-openalsrc</FILE>
|
||||||
|
<TITLE>openalsrc</TITLE>
|
||||||
|
GstOpenalSrc
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstOpenalSrcClass
|
||||||
|
GST_OPENAL_SRC
|
||||||
|
GST_OPENAL_SRC_CLASS
|
||||||
|
GST_IS_OPENAL_SRC
|
||||||
|
GST_IS_OPENAL_SRC_CLASS
|
||||||
|
GST_TYPE_OPENAL_SRC
|
||||||
|
gst_openal_src_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<FILE>element-opencvtextoverlay</FILE>
|
<FILE>element-opencvtextoverlay</FILE>
|
||||||
<TITLE>opencvtextoverlay</TITLE>
|
<TITLE>opencvtextoverlay</TITLE>
|
||||||
GstOpencvTextOverlay
|
GstOpencvTextOverlay
|
||||||
|
@ -1099,6 +1155,20 @@ gst_pyramidsegment_get_type
|
||||||
gst_pyramidsegment_plugin_init
|
gst_pyramidsegment_plugin_init
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-rfbsrc</FILE>
|
||||||
|
<TITLE>rfbsrc</TITLE>
|
||||||
|
GstRfbSrc
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstRfbSrcClass
|
||||||
|
GST_RFB_SRC
|
||||||
|
GST_RFB_SRC_CLASS
|
||||||
|
GST_IS_RFB_SRC
|
||||||
|
GST_IS_RFB_SRC_CLASS
|
||||||
|
GST_TYPE_RFB_SRC
|
||||||
|
gst_rfb_src_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-rsvgoverlay</FILE>
|
<FILE>element-rsvgoverlay</FILE>
|
||||||
<TITLE>rsvgoverlay</TITLE>
|
<TITLE>rsvgoverlay</TITLE>
|
||||||
|
|
28
docs/plugins/inspect/plugin-neon.xml
Normal file
28
docs/plugins/inspect/plugin-neon.xml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<plugin>
|
||||||
|
<name>neon</name>
|
||||||
|
<description>lib neon http client src</description>
|
||||||
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
|
<version>1.1.2.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>neonhttpsrc</name>
|
||||||
|
<longname>HTTP client source</longname>
|
||||||
|
<class>Source/Network</class>
|
||||||
|
<description>Receive data as a client over the network via HTTP using NEON</description>
|
||||||
|
<author>Edgard Lima <edgard.lima@indt.org.br>, Rosfran Borges <rosfran.borges@indt.org.br>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>ANY</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
34
docs/plugins/inspect/plugin-ofa.xml
Normal file
34
docs/plugins/inspect/plugin-ofa.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<plugin>
|
||||||
|
<name>ofa</name>
|
||||||
|
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||||
|
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||||
|
<basename>libgstofa.so</basename>
|
||||||
|
<version>1.1.2.1</version>
|
||||||
|
<license>GPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>ofa</name>
|
||||||
|
<longname>OFA</longname>
|
||||||
|
<class>MusicIP Fingerprinting element</class>
|
||||||
|
<description>Find a music fingerprint using MusicIP's libofa</description>
|
||||||
|
<author>Milosz Derezynski <internalerror@gmail.com>, Eric Buehl <eric.buehl@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw, format=(string){ S16LE, S16BE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw, format=(string){ S16LE, S16BE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
43
docs/plugins/inspect/plugin-openal.xml
Normal file
43
docs/plugins/inspect/plugin-openal.xml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
<plugin>
|
||||||
|
<name>openal</name>
|
||||||
|
<description>OpenAL plugin library</description>
|
||||||
|
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
||||||
|
<basename>libgstopenal.so</basename>
|
||||||
|
<version>1.1.2.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>openalsink</name>
|
||||||
|
<longname>OpenAL Audio Sink</longname>
|
||||||
|
<class>Sink/Audio</class>
|
||||||
|
<description>Output audio through OpenAL</description>
|
||||||
|
<author>Juan Manuel Borges Caño <juanmabcmail@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw, format=(string)F64LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]; audio/x-raw, format=(string)F32LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw, format=(string)U8, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<name>openalsrc</name>
|
||||||
|
<longname>OpenAL Audio Source</longname>
|
||||||
|
<class>Source/Audio</class>
|
||||||
|
<description>Input audio through OpenAL</description>
|
||||||
|
<author>Juan Manuel Borges Caño <juanmabcmail@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-raw, format=(string)S16LE, rate=(int)[ 1, 2147483647 ], channels=(int)1; audio/x-raw, format=(string)U8, rate=(int)[ 1, 2147483647 ], channels=(int)1</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
28
docs/plugins/inspect/plugin-rfbsrc.xml
Normal file
28
docs/plugins/inspect/plugin-rfbsrc.xml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<plugin>
|
||||||
|
<name>rfbsrc</name>
|
||||||
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
|
<basename>libgstrfbsrc.so</basename>
|
||||||
|
<version>1.1.2.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins git</package>
|
||||||
|
<origin>Unknown package origin</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>rfbsrc</name>
|
||||||
|
<longname>Rfb source</longname>
|
||||||
|
<class>Source/Video</class>
|
||||||
|
<description>Creates a rfb video stream</description>
|
||||||
|
<author>David A. Schleef <ds@schleef.org>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>, Thijs Vermeir <thijsvermeir@gmail.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)BGR, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)RGBx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)BGRx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)xRGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)xBGR, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
Loading…
Reference in a new issue