docs: add rmdemux to docs properly
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 24 Jun 2010 19:55:33 +0000 (20:55 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 24 Jun 2010 20:04:42 +0000 (21:04 +0100)
The plugin has been renamed, remove old introspection file.

docs/plugins/Makefile.am
docs/plugins/gst-plugins-ugly-plugins-docs.sgml
docs/plugins/gst-plugins-ugly-plugins-sections.txt
docs/plugins/inspect/plugin-rmdemux.xml [deleted file]

index 23a48ad..4cea348 100644 (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
 
index bc4a40c..c5ce321 100644 (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" />
index 3ba05f6..55f5650 100644 (file)
@@ -170,6 +170,40 @@ 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>
 GstRTSPReal
diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml
deleted file mode 100644 (file)
index b27e1a8..0000000
+++ /dev/null
@@ -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>
\ No newline at end of file