mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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:
parent
96c92bcd81
commit
d35a1249a6
4 changed files with 31 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
20
docs/plugins/inspect/plugin-siddec.xml
Normal file
20
docs/plugins/inspect/plugin-siddec.xml
Normal 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 <wim.taymans@chello.be> </author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue