summaryrefslogtreecommitdiffstats
path: root/ext/annodex
diff options
context:
space:
mode:
Diffstat (limited to 'ext/annodex')
-rw-r--r--ext/annodex/gstcmmldec.c9
-rw-r--r--ext/annodex/gstcmmlenc.c10
2 files changed, 9 insertions, 10 deletions
diff --git a/ext/annodex/gstcmmldec.c b/ext/annodex/gstcmmldec.c
index 75038c61..765a0a12 100644
--- a/ext/annodex/gstcmmldec.c
+++ b/ext/annodex/gstcmmldec.c
@@ -25,17 +25,16 @@
* SECTION:element-cmmldec
* @see_also: cmmlenc, oggdemux
*
- * <refsect2>
- * <para>
* Cmmldec extracts a CMML document from a CMML bitstream.<ulink
* url="http://www.annodex.net/TR/draft-pfeiffer-cmml-02.html">CMML</ulink> is
* an XML markup language for time-continuous data maintained by the <ulink
* url="http:/www.annodex.org/">Annodex Foundation</ulink>.
- * </para>
+ *
+ * <refsect2>
* <title>Example pipeline</title>
- * <programlisting>
+ * |[
* gst-launch -v filesrc location=annotated.ogg ! oggdemux ! cmmldec ! filesink location=annotations.cmml
- * </programlisting>
+ * ]|
* </refsect2>
*/
diff --git a/ext/annodex/gstcmmlenc.c b/ext/annodex/gstcmmlenc.c
index 9b2c03c6..f3b65e55 100644
--- a/ext/annodex/gstcmmlenc.c
+++ b/ext/annodex/gstcmmlenc.c
@@ -25,16 +25,16 @@
* SECTION:element-cmmlenc
* @see_also: cmmldec, oggmux
*
- * <refsect2>
- * <para> Cmmlenc encodes a CMML document into a CMML stream. <ulink
+ * Cmmlenc encodes a CMML document into a CMML stream. <ulink
* url="http://www.annodex.net/TR/draft-pfeiffer-cmml-02.html">CMML</ulink> is
* an XML markup language for time-continuous data maintained by the <ulink
* url="http:/www.annodex.org/">Annodex Foundation</ulink>.
- * </para>
+ *
+ * <refsect2>
* <title>Example pipeline</title>
- * <programlisting>
+ * |[
* gst-launch -v filesrc location=annotations.cmml ! cmmlenc ! oggmux name=mux ! filesink location=annotated.ogg
- * </programlisting>
+ * ]|
* </refsect2>
*/