diff options
author | Matthew Waters <matthew@centricular.com> | 2016-01-13 13:10:10 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-01-13 13:10:10 +1100 |
commit | 3da58942a93132beb712be90a21fb17466c772df (patch) | |
tree | 91eea3c1cd8f0e75931aefe1b16d6ea86a546c6a /win32 | |
parent | 347734e529ba1adadf34116badcddd4e552bfe46 (diff) |
win32: update exports for API additions
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index ee4d53dd6..7179df5dd 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -644,6 +644,9 @@ EXPORTS gst_ghost_pad_new_no_target gst_ghost_pad_new_no_target_from_template gst_ghost_pad_set_target + gst_info_strdup_printf + gst_info_strdup_vprintf + gst_info_vasprintf gst_init gst_init_check gst_init_get_option_group |