encoding-target: fix SECTION comment syntax

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/658
This commit is contained in:
Mathieu Duponchelle 2019-08-27 01:03:40 +02:00 committed by Mathieu Duponchelle
parent 0314b482f3
commit 97426fd52e

View File

@ -18,7 +18,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
/** /**
* SECTION: encoding-target: * SECTION:encoding-target
*
* On top of the notion of profiles, we implement the notion of EncodingTarget. * On top of the notion of profiles, we implement the notion of EncodingTarget.
* Encoding Targets are basically a higher level of abstraction to define formats * Encoding Targets are basically a higher level of abstraction to define formats
* for specific target types. Those can define several GstEncodingProfiles with * for specific target types. Those can define several GstEncodingProfiles with