diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 81bffd3fc0..2f8e6fe018 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: *