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). */