doc: remove xml from comments

This commit is contained in:
Mathieu Duponchelle 2019-05-29 23:00:48 +02:00
parent f93aa34200
commit dd96c2a989

View file

@ -30,12 +30,11 @@
* *
* Seeking is not (and cannot be) implemented. * Seeking is not (and cannot be) implemented.
* *
* <refsect2> * ## Example pipelines
* <title>Example pipelines</title> *
* |[ * |[
* gst-launch-1.0 -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! audioresample ! autoaudiosink * gst-launch-1.0 -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! audioresample ! autoaudiosink
* ]| Decode a sid file and play it back. * ]| Decode a sid file and play it back.
* </refsect2>
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H