codecparsers: mpeg4: fixup documentation spelling

This commit is contained in:
Mark Nauwelaerts 2012-05-22 12:30:07 +02:00
parent 920053dae6
commit 29a947642e

View file

@ -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.