mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
mpegts: fix typo in GstMpegtsDescriptor
https://bugzilla.gnome.org/show_bug.cgi?id=774132
This commit is contained in:
parent
6b06a4274c
commit
324b3873c8
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue