diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-08 15:01:13 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-04-12 12:57:57 -0300 |
commit | 78022a6e0c05ce482b798cf638cbd3f901a5094e (patch) | |
tree | 9725b5939d840f6eb3e8f39e032866e82413cb83 /ext/opus | |
parent | 90f766cc518b4fde651162d6e0c7d190373e3c61 (diff) | |
download | gstreamer-plugins-bad-78022a6e0c05ce482b798cf638cbd3f901a5094e.tar.gz |
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'ext/opus')
-rw-r--r-- | ext/opus/gstopusparse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/opus/gstopusparse.c b/ext/opus/gstopusparse.c index 56e8bb838..4408af6d3 100644 --- a/ext/opus/gstopusparse.c +++ b/ext/opus/gstopusparse.c @@ -22,16 +22,16 @@ /** * SECTION:element-opusparse + * @title: opusparse * @see_also: opusenc, opusdec * * This element parses OPUS packets. * - * <refsect2> - * <title>Example pipelines</title> + * ## Example pipelines * |[ * gst-launch-1.0 -v filesrc location=opusdata ! opusparse ! opusdec ! audioconvert ! audioresample ! alsasink * ]| Decode and plays an unmuxed Opus file. - * </refsect2> + * */ #ifdef HAVE_CONFIG_H |