From: Sebastian Dröge Date: Wed, 11 Jul 2012 11:14:57 +0000 (+0200) Subject: win32: Fix exported symbols list for real now X-Git-Tag: RELEASE-0.11.93~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67f95a795a8a575567bb8aec7c0197ec6fd08ad6;p=platform%2Fupstream%2Fgstreamer.git win32: Fix exported symbols list for real now --- diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 236c4a7..e673588 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -56,8 +56,8 @@ EXPORTS gst_base_sink_set_sync gst_base_sink_set_throttle_time gst_base_sink_set_ts_offset + gst_base_sink_wait gst_base_sink_wait_clock - gst_base_sink_wait_eos gst_base_sink_wait_preroll gst_base_src_get_blocksize gst_base_src_get_do_timestamp @@ -237,6 +237,13 @@ EXPORTS gst_collect_pads_stop gst_collect_pads_take_buffer gst_push_src_get_type + gst_queue_array_drop_element + gst_queue_array_find + gst_queue_array_free + gst_queue_array_is_empty + gst_queue_array_new + gst_queue_array_pop_head + gst_queue_array_push_tail gst_type_find_helper gst_type_find_helper_for_buffer gst_type_find_helper_for_data diff --git a/win32/common/libgstnet.def b/win32/common/libgstnet.def index 42c28ba..4478bcb 100644 --- a/win32/common/libgstnet.def +++ b/win32/common/libgstnet.def @@ -4,6 +4,9 @@ EXPORTS gst_net_address_meta_get_info gst_net_client_clock_get_type gst_net_client_clock_new + gst_net_time_packet_copy + gst_net_time_packet_free + gst_net_time_packet_get_type gst_net_time_packet_new gst_net_time_packet_receive gst_net_time_packet_send