From: Tim-Philipp Müller Date: Tue, 17 Jun 2014 12:48:10 +0000 (+0100) Subject: win32: update exports for changed h264 codec parser API X-Git-Tag: 1.3.3~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=806a168b2ebaaaa7128bbadbc7386443a498aade;p=platform%2Fupstream%2Fgst-plugins-bad.git win32: update exports for changed h264 codec parser API --- 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