From 806a168b2ebaaaa7128bbadbc7386443a498aade Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 17 Jun 2014 13:48:10 +0100 Subject: [PATCH] win32: update exports for changed h264 codec parser API --- win32/common/libgstcodecparsers.def | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/common/libgstcodecparsers.def b/win32/common/libgstcodecparsers.def index f114c21..45df377 100644 --- a/win32/common/libgstcodecparsers.def +++ b/win32/common/libgstcodecparsers.def @@ -15,11 +15,11 @@ EXPORTS gst_h264_parser_parse_sei gst_h264_parser_parse_slice_hdr gst_h264_parser_parse_sps + 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_video_calculate_framerate - gst_h264_video_quant_matrix_4x4_get_raster_from_zigzag - 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 -- 2.7.4