From 807e9c2af0cf9aa3da8c777a92ca8cc54840380e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 29 Oct 2014 13:51:40 +0000 Subject: [PATCH] Update .def for new API --- win32/common/libgstcodecparsers.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32/common/libgstcodecparsers.def b/win32/common/libgstcodecparsers.def index 31dc975d3d..f02b3862b3 100644 --- a/win32/common/libgstcodecparsers.def +++ b/win32/common/libgstcodecparsers.def @@ -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