docs: add rmdemux to docs properly

The plugin has been renamed, remove old introspection file.
This commit is contained in:
Tim-Philipp Müller 2010-06-24 20:55:33 +01:00
parent 77c73de6a6
commit 054f0ca781
4 changed files with 36 additions and 21 deletions

View file

@ -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

View file

@ -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" />

View file

@ -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>

View file

@ -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 &lt;ds@schleef.org&gt;</author>
</element>
</elements>
</plugin>