pbutils: docs: Remove the empty lines in between <refsect2> and </refsect2>

They are converted into <para></para> by gtk-doc...

https://bugzilla.gnome.org/show_bug.cgi?id=762674
This commit is contained in:
Lim Siew Hoon 2016-02-26 17:09:06 +08:00 committed by Sebastian Dröge
parent 0202081bd3
commit 5ae5f9055f

View file

@ -58,14 +58,12 @@
* serialization format to describe the <link linkend="GstEncodeBin--profile"><type>GstEncodeBin.profile</type></link> * serialization format to describe the <link linkend="GstEncodeBin--profile"><type>GstEncodeBin.profile</type></link>
* property of the encodebin. * property of the encodebin.
* </para> * </para>
*
* <para> * <para>
* The simplest serialized profile looks like: * The simplest serialized profile looks like:
* </para> * </para>
* <informalexample> * <informalexample>
* <programlisting>muxer_source_caps:videoencoder_source_caps:audioencoder_source_caps</programlisting> * <programlisting>muxer_source_caps:videoencoder_source_caps:audioencoder_source_caps</programlisting>
* </informalexample> * </informalexample>
*
* <para> * <para>
* For example to encode a stream into a WebM container, with an OGG audio stream and a VP8 video stream, * For example to encode a stream into a WebM container, with an OGG audio stream and a VP8 video stream,
* the serialized <link linkend="GstEncodingProfile"><type>GstEncodingProfile</type></link> will look like: * the serialized <link linkend="GstEncodingProfile"><type>GstEncodingProfile</type></link> will look like:
@ -73,14 +71,12 @@
* <informalexample> * <informalexample>
* <programlisting>video/webm:video/x-vp8:audio/x-vorbis</programlisting> * <programlisting>video/webm:video/x-vp8:audio/x-vorbis</programlisting>
* </informalexample> * </informalexample>
*
* <para> * <para>
* You can also set the preset name of the encoding profile using the caps+preset_name syntax as in: * You can also set the preset name of the encoding profile using the caps+preset_name syntax as in:
* </para> * </para>
* <informalexample> * <informalexample>
* <programlisting>video/webm:video/x-vp8+youtube-preset:audio/x-vorbis</programlisting> * <programlisting>video/webm:video/x-vp8+youtube-preset:audio/x-vorbis</programlisting>
* </informalexample> * </informalexample>
*
* <para> * <para>
* Moreover, you can set the <link linkend="gst-encoding-profile-set-presence">presence</link> property of an * Moreover, you can set the <link linkend="gst-encoding-profile-set-presence">presence</link> property of an
* encoding profile using the <code>|presence</code> syntax as in: * encoding profile using the <code>|presence</code> syntax as in:
@ -88,7 +84,6 @@
* <informalexample> * <informalexample>
* <programlisting>video/webm:video/x-vp8|1:audio/x-vorbis</programlisting> * <programlisting>video/webm:video/x-vp8|1:audio/x-vorbis</programlisting>
* </informalexample> * </informalexample>
*
* <para> * <para>
* This field allows you to specify how many times maximum a <link linkend="GstEncodingProfile"><type>GstEncodingProfile</type></link> can be used inside an encodebin. * This field allows you to specify how many times maximum a <link linkend="GstEncodingProfile"><type>GstEncodingProfile</type></link> can be used inside an encodebin.
* </para> * </para>
@ -117,14 +112,12 @@
* <informalexample> * <informalexample>
* <programlisting>video/quicktime,variant=iso:video/x-h264:audio/mpeg,mpegversion=1,layer=3</programlisting> * <programlisting>video/quicktime,variant=iso:video/x-h264:audio/mpeg,mpegversion=1,layer=3</programlisting>
* </informalexample> * </informalexample>
*
* <para> * <para>
* Vorbis and theora in OGG: * Vorbis and theora in OGG:
* </para> * </para>
* <informalexample> * <informalexample>
* <programlisting>application/ogg:video/x-theora:audio/x-vorbis</programlisting> * <programlisting>application/ogg:video/x-theora:audio/x-vorbis</programlisting>
* </informalexample> * </informalexample>
*
* <para> * <para>
* AC3 and H264 in MPEG-TS: * AC3 and H264 in MPEG-TS:
* </para> * </para>