From 78022a6e0c05ce482b798cf638cbd3f901a5094e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 8 Mar 2017 15:01:13 -0300 Subject: docs: Port all docstring to gtk-doc markdown --- gst/id3tag/gstid3mux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gst/id3tag') diff --git a/gst/id3tag/gstid3mux.c b/gst/id3tag/gstid3mux.c index 37c7a4908..ccb23f91a 100644 --- a/gst/id3tag/gstid3mux.c +++ b/gst/id3tag/gstid3mux.c @@ -22,6 +22,7 @@ /** * SECTION:element-id3mux + * @title: id3mux * @see_also: #GstID3Demux, #GstTagSetter * * This element adds ID3v2 tags to the beginning of a stream, and ID3v1 tags @@ -34,8 +35,7 @@ * Tags sent by upstream elements will be picked up automatically (and merged * according to the merge mode set via the tag setter interface). * - * - * Example pipelines + * ## Example pipelines * |[ * gst-launch-1.0 -v filesrc location=foo.ogg ! decodebin ! audioconvert ! id3mux ! filesink location=foo.mp3 * ]| A pipeline that transcodes a file from Ogg/Vorbis to mp3 format with @@ -44,7 +44,7 @@ * |[ * gst-launch-1.0 -m filesrc location=foo.mp3 ! id3demux ! fakesink silent=TRUE * ]| Verify that tags have been written. - * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1