summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-05-22 12:30:07 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-05-22 14:00:50 +0200
commit29a947642efd74266c81bf6cc39b616827209dde (patch)
tree7f000bf3a92139d4f3ce91b67fd52011d20f049b /gst-libs
parent920053dae6957ded976b18ff8e111a242a077617 (diff)
downloadgstreamer-plugins-bad-29a947642efd74266c81bf6cc39b616827209dde.tar.gz
codecparsers: mpeg4: fixup documentation spelling
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/codecparsers/gstmpeg4parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/codecparsers/gstmpeg4parser.h b/gst-libs/gst/codecparsers/gstmpeg4parser.h
index 22f52b5d3..457919a22 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.