mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 10:04:19 +00:00
codecparsers: h264: fix filler-data NAL unit type name.
This commit is contained in:
parent
e09dba934c
commit
43e47009d5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ G_BEGIN_DECLS
|
||||||
* @GST_H264_NAL_AU_DELIMITER: Access unit delimiter nal unit
|
* @GST_H264_NAL_AU_DELIMITER: Access unit delimiter nal unit
|
||||||
* @GST_H264_NAL_SEQ_END: End of sequence 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_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
|
* Indicates the type of H264 Nal Units
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue