From 29a947642efd74266c81bf6cc39b616827209dde Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 22 May 2012 12:30:07 +0200 Subject: [PATCH] codecparsers: mpeg4: fixup documentation spelling --- gst-libs/gst/codecparsers/gstmpeg4parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/codecparsers/gstmpeg4parser.h b/gst-libs/gst/codecparsers/gstmpeg4parser.h index 22f52b5d39..457919a227 100644 --- a/gst-libs/gst/codecparsers/gstmpeg4parser.h +++ b/gst-libs/gst/codecparsers/gstmpeg4parser.h @@ -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.