mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
docs: add rmdemux to docs properly
The plugin has been renamed, remove old introspection file.
This commit is contained in:
parent
77c73de6a6
commit
054f0ca781
4 changed files with 36 additions and 21 deletions
|
@ -99,6 +99,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/mpegaudioparse/gstxingmux.h \
|
||||
$(top_srcdir)/gst/realmedia/rademux.h \
|
||||
$(top_srcdir)/gst/realmedia/rdtmanager.h \
|
||||
$(top_srcdir)/gst/realmedia/rmdemux.h \
|
||||
$(top_srcdir)/gst/realmedia/rtspreal.h \
|
||||
$(top_srcdir)/gst/synaesthesia/gstsynaesthesia.h
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<xi:include href="xml/element-mad.xml" />
|
||||
<xi:include href="xml/element-mp3parse.xml" />
|
||||
<xi:include href="xml/element-rademux.xml" />
|
||||
<xi:include href="xml/element-rmdemux.xml" />
|
||||
<xi:include href="xml/element-rdtmanager.xml" />
|
||||
<xi:include href="xml/element-rtspreal.xml" />
|
||||
<xi:include href="xml/element-rtspwms.xml" />
|
||||
|
@ -54,7 +55,6 @@
|
|||
<xi:include href="xml/plugin-mpegaudioparse.xml" />
|
||||
<xi:include href="xml/plugin-mpegstream.xml" />
|
||||
<xi:include href="xml/plugin-realmedia.xml" />
|
||||
<xi:include href="xml/plugin-rmdemux.xml" />
|
||||
<xi:include href="xml/plugin-siddec.xml" />
|
||||
<xi:include href="xml/plugin-synaesthesia.xml" />
|
||||
<xi:include href="xml/plugin-twolame.xml" />
|
||||
|
|
|
@ -169,6 +169,40 @@ gst_rdt_manager_get_type
|
|||
gst_rdt_manager_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rmdemux</FILE>
|
||||
<TITLE>rmdemux</TITLE>
|
||||
GstRMDemux
|
||||
<SUBSECTION Standard>
|
||||
GstRMDemuxClass
|
||||
GstRMDemuxState
|
||||
GST_RMDEMUX
|
||||
GST_RMDEMUX_CLASS
|
||||
GST_IS_RMDEMUX
|
||||
GST_IS_RMDEMUX_CLASS
|
||||
GST_TYPE_RMDEMUX
|
||||
gst_rmdemux_plugin_init
|
||||
GST_CAT_DEFAULT
|
||||
GST_RM_AUD_14_4
|
||||
GST_RM_AUD_28_8
|
||||
GST_RM_AUD_ATRC
|
||||
GST_RM_AUD_COOK
|
||||
GST_RM_AUD_DNET
|
||||
GST_RM_AUD_RAAC
|
||||
GST_RM_AUD_RACP
|
||||
GST_RM_AUD_RALF
|
||||
GST_RM_AUD_SIPR
|
||||
GST_RM_AUD_xRA4
|
||||
GST_RM_AUD_xRA5
|
||||
GST_RM_VDO_RV10
|
||||
GST_RM_VDO_RV20
|
||||
GST_RM_VDO_RV30
|
||||
GST_RM_VDO_RV40
|
||||
GstRMDemuxLoopState
|
||||
GstRMDemuxStream
|
||||
GstRMDemuxStreamType
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rtspreal</FILE>
|
||||
<TITLE>rtspreal</TITLE>
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<plugin>
|
||||
<name>rmdemux</name>
|
||||
<description>Realmedia stream demuxer</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>0.10.4</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rmdemux</name>
|
||||
<longname>RealMedia Demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>Demultiplex a RealMedia file into audio and video streams</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue