docs/plugins/: add siddec

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
This commit is contained in:
Thomas Vander Stichele 2006-04-01 15:43:46 +00:00
parent 96c92bcd81
commit d35a1249a6
4 changed files with 31 additions and 2 deletions

View file

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

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

View file

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

View 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.
*/