mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
docs: Port all docstring to gtk-doc markdown
This commit is contained in:
parent
4e4b568f65
commit
c85322480f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue