mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
win32: add new codecparser API to .def file
This commit is contained in:
parent
d844832ec3
commit
f199399eb2
1 changed files with 18 additions and 0 deletions
|
@ -17,6 +17,24 @@ EXPORTS
|
|||
gst_h264_video_quant_matrix_4x4_get_zigzag_from_raster
|
||||
gst_h264_video_quant_matrix_8x8_get_raster_from_zigzag
|
||||
gst_h264_video_quant_matrix_8x8_get_zigzag_from_raster
|
||||
gst_h265_parse_pps
|
||||
gst_h265_parse_sps
|
||||
gst_h265_parse_vps
|
||||
gst_h265_parser_free
|
||||
gst_h265_parser_identify_nalu
|
||||
gst_h265_parser_identify_nalu_hevc
|
||||
gst_h265_parser_identify_nalu_unchecked
|
||||
gst_h265_parser_new
|
||||
gst_h265_parser_parse_nal
|
||||
gst_h265_parser_parse_pps
|
||||
gst_h265_parser_parse_sei
|
||||
gst_h265_parser_parse_slice_hdr
|
||||
gst_h265_parser_parse_sps
|
||||
gst_h265_parser_parse_vps
|
||||
gst_h265_sei_copy
|
||||
gst_h265_sei_free
|
||||
gst_h265_slice_hdr_copy
|
||||
gst_h265_slice_hdr_free
|
||||
gst_mpeg4_parse
|
||||
gst_mpeg4_parse_group_of_vop
|
||||
gst_mpeg4_parse_video_object_layer
|
||||
|
|
Loading…
Reference in a new issue