+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:
<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>
--- /dev/null
+<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 <wim.taymans@chello.be> </author>
+ </element>
+ </elements>
+</plugin>
\ No newline at end of file
#endif
}
-/**
+/*
* Check for a new DVD domain area, and update the structure if
* necessary.
*/
src->domain = domain;
}
-/**
+/*
* Check for a new highlighted area, and send an spu highlight event if
* necessary.
*/