From 97426fd52e2904be6fd81c06e58e548de79777cf Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 27 Aug 2019 01:03:40 +0200 Subject: [PATCH] encoding-target: fix SECTION comment syntax See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/658 --- gst-libs/gst/pbutils/encoding-target.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/pbutils/encoding-target.c b/gst-libs/gst/pbutils/encoding-target.c index 4699bec..10ff2a7 100644 --- a/gst-libs/gst/pbutils/encoding-target.c +++ b/gst-libs/gst/pbutils/encoding-target.c @@ -18,7 +18,8 @@ * Boston, MA 02110-1301, USA. */ /** - * SECTION: encoding-target: + * SECTION:encoding-target + * * 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 * for specific target types. Those can define several GstEncodingProfiles with -- 2.7.4