diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-05-26 13:29:53 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-05-26 13:29:53 +0200 |
commit | 7228e9257484ca32dcfdbd55ff596176f4309795 (patch) | |
tree | 061a2beb258319fd86b3f1d8d5ff33a2a57076a2 /win32 | |
parent | b67f64cf5dde04f23ec3b00e9be97eac12e58639 (diff) | |
download | gstreamer-plugins-bad-7228e9257484ca32dcfdbd55ff596176f4309795.tar.gz |
win32: update .def for new symbols
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstcodecparsers.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstcodecparsers.def b/win32/common/libgstcodecparsers.def index 6dec21669..f114c2192 100644 --- a/win32/common/libgstcodecparsers.def +++ b/win32/common/libgstcodecparsers.def @@ -15,6 +15,7 @@ EXPORTS gst_h264_parser_parse_sei gst_h264_parser_parse_slice_hdr gst_h264_parser_parse_sps + 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 |