docs: Port all docstring to gtk-doc markdown

This commit is contained in:
Thibault Saunier 2017-03-08 15:01:13 -03:00
parent 4e4b568f65
commit c85322480f

View file

@ -23,15 +23,15 @@
*/ */
/** /**
* SECTION:element-stereo * SECTION:element-stereo
* @title: stereo
* *
* Create a wide stereo effect. * Create a wide stereo effect.
* *
* <refsect2> * ## Example pipelines
* <title>Example pipelines</title>
* |[ * |[
* gst-launch-1.0 -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink * gst-launch-1.0 -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! stereo ! audioconvert ! audioresample ! alsasink
* ]| Play an Ogg/Vorbis file. * ]| Play an Ogg/Vorbis file.
* </refsect2> *
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H