summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-08-12 13:19:29 +0200
committerThibault Saunier <thibault.saunier@collabora.com>2011-08-31 09:28:31 -0300
commite08a027aba36ccf04ec49a6c98630ffcfb2ccd66 (patch)
tree87da5a91d812806afbd0ac8ea0c0fd2f568cc35b
parentefcaaaa1ccc31597c918262c5d9d7ea4a763b7df (diff)
codecparsers: h264: fix filler-data NAL unit type name.
-rw-r--r--gst-libs/gst/codecparsers/gsth264parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/codecparsers/gsth264parser.h b/gst-libs/gst/codecparsers/gsth264parser.h
index c7fae9584..5d38db9f2 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
*/