mpegts: fix typo in GstMpegtsDescriptor

https://bugzilla.gnome.org/show_bug.cgi?id=774132
This commit is contained in:
Dongil Park 2016-11-09 17:10:21 +09:00 committed by Tim-Philipp Müller
parent 6b06a4274c
commit 324b3873c8

View file

@ -246,7 +246,7 @@ GType gst_mpegts_descriptor_get_type (void);
* @tag_extension: the extended type (if @descriptor_tag is 0x7f) * @tag_extension: the extended type (if @descriptor_tag is 0x7f)
* @length: the length of the descriptor content (excluding tag/length field) * @length: the length of the descriptor content (excluding tag/length field)
* @data: the full descriptor data (including tag, extension, length). The first * @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). * Mpeg-TS descriptor (ISO/IEC 13818-1).
*/ */