diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-03-19 14:32:29 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-03-19 14:32:29 +0100 |
commit | 5c0e3905a915250d1d3183324e77661655727c98 (patch) | |
tree | 03cc52c62b480dce14dc87f7da4373eb6ab62ba0 | |
parent | fdd8c074695824ebf3729b1f651668024736c48a (diff) |
update exportstask-pool
-rw-r--r-- | win32/common/libgstreamer.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 22acb9db2..25d11cfb2 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1289,25 +1289,33 @@ EXPORTS gst_tag_setter_set_tag_merge_mode gst_task_cleanup_all gst_task_get_pool + gst_task_get_scheduleable gst_task_get_state gst_task_get_type gst_task_join gst_task_new gst_task_pause gst_task_pool_cleanup + gst_task_pool_get_default + gst_task_pool_get_schedule_context gst_task_pool_get_type gst_task_pool_join + gst_task_pool_need_schedule_thread gst_task_pool_new + gst_task_pool_new_full gst_task_pool_prepare gst_task_pool_push + gst_task_schedule gst_task_set_enter_callback gst_task_set_leave_callback gst_task_set_lock gst_task_set_pool + gst_task_set_scheduleable gst_task_set_state gst_task_start gst_task_state_get_type gst_task_stop + gst_task_unschedule gst_toc_append_entry gst_toc_dump gst_toc_entry_append_sub_entry |