mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
codecparsers: jpeg: add new API to .def file
This commit is contained in:
parent
5b02e4ac59
commit
35c819ad78
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ EXPORTS
|
||||||
gst_h265_sei_free
|
gst_h265_sei_free
|
||||||
gst_h265_slice_hdr_copy
|
gst_h265_slice_hdr_copy
|
||||||
gst_h265_slice_hdr_free
|
gst_h265_slice_hdr_free
|
||||||
|
gst_jpeg_get_default_huffman_tables
|
||||||
|
gst_jpeg_get_default_quantization_tables
|
||||||
|
gst_jpeg_parse
|
||||||
|
gst_jpeg_segment_parse_frame_header
|
||||||
|
gst_jpeg_segment_parse_huffman_table
|
||||||
|
gst_jpeg_segment_parse_quantization_table
|
||||||
|
gst_jpeg_segment_parse_restart_interval
|
||||||
|
gst_jpeg_segment_parse_scan_header
|
||||||
gst_mpeg4_parse
|
gst_mpeg4_parse
|
||||||
gst_mpeg4_parse_group_of_vop
|
gst_mpeg4_parse_group_of_vop
|
||||||
gst_mpeg4_parse_video_object_layer
|
gst_mpeg4_parse_video_object_layer
|
||||||
|
|
Loading…
Reference in a new issue