mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
codecparsers: mpeg4: fixup documentation spelling
This commit is contained in:
parent
920053dae6
commit
29a947642e
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ struct _GstMpeg4VideoPacketHdr {
|
|||
/**
|
||||
* GstMpeg4Packet:
|
||||
* @type: the type of the packet that start at @offset
|
||||
* @data: the data of the packet, statring at @offset
|
||||
* @data: the data containing packet starting at @offset
|
||||
* @offset: offset of the start of the packet (without the 3 bytes startcode), but
|
||||
* including the #GstMpeg4StartCode byte.
|
||||
* @size: The size in bytes of the packet or %G_MAXUINT if the end wasn't found.
|
||||
|
|
Loading…
Reference in a new issue