mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/element-dc1394.xml. Its documented, but
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/element-dc1394.xml. Its documented, but I can't get it to be build. * ext/celt/gstceltdec.c: * ext/celt/gstceltenc.c: Fix doc warnings and reformat the doc block.
This commit is contained in:
parent
605482a1a8
commit
9518c22bda
4 changed files with 19 additions and 18 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-08-22 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||
Add, but commented out xml/element-dc1394.xml. Its documented, but
|
||||
I can't get it to be build.
|
||||
|
||||
* ext/celt/gstceltdec.c:
|
||||
* ext/celt/gstceltenc.c:
|
||||
Fix doc warnings and reformat the doc block.
|
||||
|
||||
2008-08-21 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
patch by: Leandro Melo de Sales <leandroal@gmail.com>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<xi:include href="xml/element-audioparse.xml" />
|
||||
<xi:include href="xml/element-celtdec.xml" />
|
||||
<xi:include href="xml/element-celtenc.xml" />
|
||||
<!--xi:include href="xml/element-dc1394.xml" /-->
|
||||
<xi:include href="xml/element-dccpclientsink.xml" />
|
||||
<xi:include href="xml/element-dccpclientsrc.xml" />
|
||||
<xi:include href="xml/element-dccpserversink.xml" />
|
||||
|
|
|
@ -25,20 +25,15 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-celtdec
|
||||
* @short_description: a decoder that decodes CELT to raw audio
|
||||
* @see_also: celtenc, oggdemux
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
* This element decodes a CELT stream to raw integer audio.
|
||||
* </para>
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example pipelines</title>
|
||||
* <para>
|
||||
* <programlisting>
|
||||
* |[
|
||||
* gst-launch -v filesrc location=celt.ogg ! oggdemux ! celtdec ! audioconvert ! audioresample ! alsasink
|
||||
* </programlisting>
|
||||
* Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc.
|
||||
* </para>
|
||||
* ]| Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc.
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
|
@ -24,20 +24,15 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-celtenc
|
||||
* @short_description: an encoder that encodes raw audio to CELT
|
||||
* @see_also: celtdec, oggmux
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
* This element raw audio to CELT.
|
||||
* </para>
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example pipelines</title>
|
||||
* <para>
|
||||
* <programlisting>
|
||||
* |[
|
||||
* gst-launch -v audiotestsrc wave=sine num-buffers=100 ! audioconvert ! celtenc ! oggmux ! filesink location=sine.ogg
|
||||
* </programlisting>
|
||||
* Encode a test sine signal to Ogg/CELT.
|
||||
* </para>
|
||||
* ]| Encode a test sine signal to Ogg/CELT.
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue