summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gstmpegvideoparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/codecparsers/gstmpegvideoparser.h')
-rw-r--r--gst-libs/gst/codecparsers/gstmpegvideoparser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst-libs/gst/codecparsers/gstmpegvideoparser.h b/gst-libs/gst/codecparsers/gstmpegvideoparser.h
index daeec60fe..8d30dd977 100644
--- a/gst-libs/gst/codecparsers/gstmpegvideoparser.h
+++ b/gst-libs/gst/codecparsers/gstmpegvideoparser.h
@@ -384,7 +384,6 @@ struct _GstMpegVideoGop
/**
* GstMpegVideoTypeOffsetSize:
- *
* @type: the type of the packet that start at @offset
* @data: the data containing the packet starting at @offset
* @offset: the offset of the packet start in bytes, it is the exact, start of the packet, no sync code included
@@ -403,7 +402,7 @@ struct _GstMpegVideoPacket
gboolean gst_mpeg_video_parse (GstMpegVideoPacket * packet,
const guint8 * data, gsize size, guint offset);
-gboolean gst_mpeg_video_parse_sequence_header (GstMpegVideoSequenceHdr * params,
+gboolean gst_mpeg_video_parse_sequence_header (GstMpegVideoSequenceHdr * seqhdr,
const guint8 * data, gsize size, guint offset);
/* seqext and displayext may be NULL if not received */