From 324b3873c8cbf67bc8d79c0c902c5ba3f8ef6ccf Mon Sep 17 00:00:00 2001 From: Dongil Park Date: Wed, 9 Nov 2016 17:10:21 +0900 Subject: [PATCH] mpegts: fix typo in GstMpegtsDescriptor https://bugzilla.gnome.org/show_bug.cgi?id=774132 --- gst-libs/gst/mpegts/gstmpegtsdescriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h index 87c7343a2c..c73d31e534 100644 --- a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h +++ b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h @@ -246,7 +246,7 @@ GType gst_mpegts_descriptor_get_type (void); * @tag_extension: the extended type (if @descriptor_tag is 0x7f) * @length: the length of the descriptor content (excluding tag/length field) * @data: the full descriptor data (including tag, extension, length). The first - * two bytes are the @tag and @tag_extension. + * two bytes are the @tag and @length. * * Mpeg-TS descriptor (ISO/IEC 13818-1). */