docs/plugins/: add siddec
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 15:43:46 +0000 (15:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 15:43:46 +0000 (15:43 +0000)
Original commit message from CVS:

* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/inspect/plugin-siddec.xml:
add siddec
* ext/dvdnav/dvdnavsrc.c:
doc fixes

ChangeLog
docs/plugins/gst-plugins-ugly-plugins-docs.sgml
docs/plugins/inspect/plugin-siddec.xml [new file with mode: 0644]
ext/dvdnav/dvdnavsrc.c

index efdce64344dcfa459180ea9b691862029eaff6b7..df693c1362c91e9adde5e99dfd45c0a5b0ea4f8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/inspect/plugin-siddec.xml:
+         add siddec
+       * ext/dvdnav/dvdnavsrc.c:
+         doc fixes
+
 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
index 4a60893a7e1e176cbccf1607e4c63f047e9c32ce..2dc2844dda5ffac6a33f824438273b451a32153d 100644 (file)
@@ -23,6 +23,7 @@
     <xi:include href="xml/plugin-mpegaudioparse.xml" />
     <xi:include href="xml/plugin-mpegstream.xml" />
     <xi:include href="xml/plugin-rmdemux.xml" />
+    <xi:include href="xml/plugin-siddec.xml" />
 
   </chapter>
 </book>
diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml
new file mode 100644 (file)
index 0000000..ddcc616
--- /dev/null
@@ -0,0 +1,20 @@
+<plugin>
+  <name>siddec</name>
+  <description>Uses libsid to decode .sid files</description>
+  <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
+  <basename>libgstsid.so</basename>
+  <version>0.10.3.1</version>
+  <license>GPL</license>
+  <source>gst-plugins-ugly</source>
+  <package>GStreamer Ugly Plug-ins CVS/prerelease</package>
+  <origin>Unknown package origin</origin>
+  <elements>
+    <element>
+      <name>siddec</name>
+      <longname>Sid decoder</longname>
+      <class>Codec/Decoder/Audio</class>
+      <description>Use sidplay to decode SID audio tunes</description>
+      <author>Wim Taymans &lt;wim.taymans@chello.be&gt; </author>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
index 970d04d2fe016c16c9e65ffc2561dd51fc3e89d8..7405f87fe2821413f73bbd431b58bf6e8a5aa1b2 100644 (file)
@@ -645,7 +645,7 @@ gst_dvd_nav_src_update_streaminfo (GstDvdNavSrc * src)
 #endif
 }
 
-/**
+/*
  * Check for a new DVD domain area, and update the structure if
  * necessary.
  */
@@ -670,7 +670,7 @@ gst_dvd_nav_src_set_domain (GstDvdNavSrc * src)
   src->domain = domain;
 }
 
-/**
+/*
  * Check for a new highlighted area, and send an spu highlight event if
  * necessary.
  */