From 5ae5f9055f788041b060e040bbe9d65cc8729bef Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Fri, 26 Feb 2016 17:09:06 +0800 Subject: [PATCH] pbutils: docs: Remove the empty lines in between and They are converted into by gtk-doc... https://bugzilla.gnome.org/show_bug.cgi?id=762674 --- gst-libs/gst/pbutils/encoding-profile.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 81bffd3..2f8e6fe 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -58,14 +58,12 @@ * serialization format to describe the GstEncodeBin.profile * property of the encodebin. * - * * * The simplest serialized profile looks like: * * * muxer_source_caps:videoencoder_source_caps:audioencoder_source_caps * - * * * For example to encode a stream into a WebM container, with an OGG audio stream and a VP8 video stream, * the serialized GstEncodingProfile will look like: @@ -73,14 +71,12 @@ * * video/webm:video/x-vp8:audio/x-vorbis * - * * * You can also set the preset name of the encoding profile using the caps+preset_name syntax as in: * * * video/webm:video/x-vp8+youtube-preset:audio/x-vorbis * - * * * Moreover, you can set the presence property of an * encoding profile using the |presence syntax as in: @@ -88,7 +84,6 @@ * * video/webm:video/x-vp8|1:audio/x-vorbis * - * * * This field allows you to specify how many times maximum a GstEncodingProfile can be used inside an encodebin. * @@ -117,14 +112,12 @@ * * video/quicktime,variant=iso:video/x-h264:audio/mpeg,mpegversion=1,layer=3 * - * * * Vorbis and theora in OGG: * * * application/ogg:video/x-theora:audio/x-vorbis * - * * * AC3 and H264 in MPEG-TS: * -- 2.7.4