diff --git a/ChangeLog b/ChangeLog index ace22ac7a1..f7e6255bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-22 Stefan Kost + + * 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 patch by: Leandro Melo de Sales diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 157c5775a0..9167ce2fb4 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -18,6 +18,7 @@ + diff --git a/ext/celt/gstceltdec.c b/ext/celt/gstceltdec.c index 25f99b19a6..c14f787d3a 100644 --- a/ext/celt/gstceltdec.c +++ b/ext/celt/gstceltdec.c @@ -25,20 +25,15 @@ /** * SECTION:element-celtdec - * @short_description: a decoder that decodes CELT to raw audio * @see_also: celtenc, oggdemux * - * - * * This element decodes a CELT stream to raw integer audio. - * + * + * * Example pipelines - * - * + * |[ * gst-launch -v filesrc location=celt.ogg ! oggdemux ! celtdec ! audioconvert ! audioresample ! alsasink - * - * Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc. - * + * ]| Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc. * */ diff --git a/ext/celt/gstceltenc.c b/ext/celt/gstceltenc.c index 7723f7cbf9..0154a26c05 100644 --- a/ext/celt/gstceltenc.c +++ b/ext/celt/gstceltenc.c @@ -24,20 +24,15 @@ /** * SECTION:element-celtenc - * @short_description: an encoder that encodes raw audio to CELT * @see_also: celtdec, oggmux * - * - * * This element raw audio to CELT. - * + * + * * Example pipelines - * - * + * |[ * gst-launch -v audiotestsrc wave=sine num-buffers=100 ! audioconvert ! celtenc ! oggmux ! filesink location=sine.ogg - * - * Encode a test sine signal to Ogg/CELT. - * + * ]| Encode a test sine signal to Ogg/CELT. * */