codecparsers: h264: fix filler-data NAL unit type name.

This commit is contained in:
Gwenole Beauchesne 2011-08-12 13:19:29 +02:00 committed by Edward Hervey
parent e09dba934c
commit 43e47009d5

View file

@ -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
*/