diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-06-17 13:48:10 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-06-17 13:48:10 +0100 |
commit | 806a168b2ebaaaa7128bbadbc7386443a498aade (patch) | |
tree | 4ae4cbae093ce96a81f97254b2127d56f4627eff /win32 | |
parent | ed1a6641718320972658da3bbccfeaf5329a86ee (diff) | |
download | gstreamer-plugins-bad-806a168b2ebaaaa7128bbadbc7386443a498aade.tar.gz |
win32: update exports for changed h264 codec parser API
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstcodecparsers.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/libgstcodecparsers.def b/win32/common/libgstcodecparsers.def index f114c2192..45df377b1 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 |