From 43e47009d5da6eaf09be8ebdd4ab9392c9baa82c Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 12 Aug 2011 13:19:29 +0200 Subject: [PATCH] codecparsers: h264: fix filler-data NAL unit type name. --- gst-libs/gst/codecparsers/gsth264parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/codecparsers/gsth264parser.h b/gst-libs/gst/codecparsers/gsth264parser.h index c7fae9584d..5d38db9f2d 100644 --- a/gst-libs/gst/codecparsers/gsth264parser.h +++ b/gst-libs/gst/codecparsers/gsth264parser.h @@ -57,7 +57,7 @@ G_BEGIN_DECLS * @GST_H264_NAL_AU_DELIMITER: Access unit delimiter nal unit * @GST_H264_NAL_SEQ_END: End of sequence nal unit * @GST_H264_NAL_STREAM_END: End of stream nal unit - * @GST_H264_NAL_FILTER_DATA: Filler data na lunit + * @GST_H264_NAL_FILLER_DATA: Filler data na lunit * * Indicates the type of H264 Nal Units */