mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
docs: update for two missing elements
Concat was not linked and streamiddemux was missing.
This commit is contained in:
parent
c11e5d0f7d
commit
bd9c526661
4 changed files with 31 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
<chapter>
|
||||
<title>gstreamer Elements</title>
|
||||
<xi:include href="xml/element-capsfilter.xml" />
|
||||
<xi:include href="xml/element-concat.xml" />
|
||||
<xi:include href="xml/element-downloadbuffer.xml" />
|
||||
<xi:include href="xml/element-fakesrc.xml" />
|
||||
<xi:include href="xml/element-fakesink.xml" />
|
||||
|
@ -32,6 +33,7 @@
|
|||
<xi:include href="xml/element-output-selector.xml" />
|
||||
<xi:include href="xml/element-queue.xml" />
|
||||
<xi:include href="xml/element-queue2.xml" />
|
||||
<xi:include href="xml/element-streamiddemux.xml" />
|
||||
<xi:include href="xml/element-tee.xml" />
|
||||
<xi:include href="xml/element-typefind.xml" />
|
||||
<xi:include href="xml/element-valve.xml" />
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<FILE>element-capsfilter</FILE>
|
||||
<TITLE>capsfilter</TITLE>
|
||||
GstCapsFilter
|
||||
GstCapsFilterCapsChangeMode
|
||||
<SUBSECTION Standard>
|
||||
GstCapsFilterClass
|
||||
GST_CAPS_FILTER
|
||||
|
@ -118,6 +119,7 @@ gst_fd_src_get_type
|
|||
<FILE>element-filesink</FILE>
|
||||
<TITLE>filesink</TITLE>
|
||||
GstFileSink
|
||||
GstFileSinkBufferMode
|
||||
<SUBSECTION Standard>
|
||||
GstFileSinkClass
|
||||
GST_FILE_SINK
|
||||
|
@ -266,6 +268,22 @@ GstQueue2Range
|
|||
gst_queue2_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-streamiddemux</FILE>
|
||||
<TITLE>streamiddemux</TITLE>
|
||||
GstStreamidDemux
|
||||
<SUBSECTION Standard>
|
||||
GstStreamidDemuxClass
|
||||
GST_STREAMID_DEMUX
|
||||
GST_STREAMID_DEMUX_CAST
|
||||
GST_IS_STREAMID_DEMUX
|
||||
GST_STREAMID_DEMUX_CLASS
|
||||
GST_IS_STREAMID_DEMUX_CLASS
|
||||
GST_TYPE_STREAMID_DEMUX
|
||||
<SUBSECTION Private>
|
||||
gst_streamid_demux_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-tee</FILE>
|
||||
<TITLE>tee</TITLE>
|
||||
|
|
|
@ -1118,3 +1118,13 @@
|
|||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstFunnel::forward-sticky-events</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Forward sticky events</NICK>
|
||||
<BLURB>Forward sticky events on stream changes.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -394,4 +394,4 @@
|
|||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue