mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
Update .def for new API
This commit is contained in:
parent
3e62612259
commit
807e9c2af0
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ EXPORTS
|
|||
gst_h264_nal_parser_new
|
||||
gst_h264_parse_pps
|
||||
gst_h264_parse_sps
|
||||
gst_h264_parse_subset_sps
|
||||
gst_h264_parser_identify_nalu
|
||||
gst_h264_parser_identify_nalu_avc
|
||||
gst_h264_parser_identify_nalu_unchecked
|
||||
|
@ -15,11 +16,13 @@ EXPORTS
|
|||
gst_h264_parser_parse_sei
|
||||
gst_h264_parser_parse_slice_hdr
|
||||
gst_h264_parser_parse_sps
|
||||
gst_h264_parser_parse_subset_sps
|
||||
gst_h264_pps_clear
|
||||
gst_h264_quant_matrix_4x4_get_raster_from_zigzag
|
||||
gst_h264_quant_matrix_4x4_get_zigzag_from_raster
|
||||
gst_h264_quant_matrix_8x8_get_raster_from_zigzag
|
||||
gst_h264_quant_matrix_8x8_get_zigzag_from_raster
|
||||
gst_h264_sps_clear
|
||||
gst_h264_video_calculate_framerate
|
||||
gst_h265_parse_pps
|
||||
gst_h265_parse_sps
|
||||
|
|
Loading…
Reference in a new issue