From d91e84eda26dc9927bcb448762757e67458f4263 Mon Sep 17 00:00:00 2001 From: Sergey Scobich Date: Fri, 1 Dec 2006 10:23:26 +0000 Subject: [PATCH] win32/: Fix compilation on win32 under VS8 Original commit message from CVS: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcoreelements.vcproj: * win32/vs8/libgstreamer.vcproj: Fix compilation on win32 under VS8 Patch by: Sergey Scobich Partially fixes #381175 --- ChangeLog | 11 +++++++++++ win32/common/libgstbase.def | 6 ++++++ win32/common/libgstreamer.def | 1 + win32/vs8/libgstbase.vcproj | 6 +++++- win32/vs8/libgstcoreelements.vcproj | 8 ++++++-- win32/vs8/libgstreamer.vcproj | 4 ++-- 6 files changed, 31 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 60a6e14..0c6ddc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-12-01 Jan Schmidt + + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + * win32/vs8/libgstbase.vcproj: + * win32/vs8/libgstcoreelements.vcproj: + * win32/vs8/libgstreamer.vcproj: + Fix compilation on win32 under VS8 + Patch by: Sergey Scobich + Partially fixes #381175 + 2006-11-29 Jan Schmidt * gst/gstvalue.c: (gst_value_compare_fraction): diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index a810c7e..28d028d 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -30,6 +30,12 @@ EXPORTS gst_base_transform_set_passthrough gst_base_transform_set_qos_enabled gst_base_transform_update_qos + gst_data_queue_flush + gst_data_queue_is_empty + gst_data_queue_new + gst_data_queue_pop + gst_data_queue_push + gst_data_queue_set_flushing gst_collect_pads_add_pad gst_collect_pads_available gst_collect_pads_collect diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 0762c1e..8d746b4 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -639,6 +639,7 @@ EXPORTS gst_tag_list_add gst_tag_list_add_values gst_tag_list_copy + gst_tag_list_copy_value gst_tag_list_foreach gst_tag_list_free gst_tag_list_get_char diff --git a/win32/vs8/libgstbase.vcproj b/win32/vs8/libgstbase.vcproj index 2b71f5e..fd4c847 100644 --- a/win32/vs8/libgstbase.vcproj +++ b/win32/vs8/libgstbase.vcproj @@ -1,4 +1,4 @@ - + + + diff --git a/win32/vs8/libgstcoreelements.vcproj b/win32/vs8/libgstcoreelements.vcproj index ba8ca77..893cea7 100644 --- a/win32/vs8/libgstcoreelements.vcproj +++ b/win32/vs8/libgstcoreelements.vcproj @@ -1,7 +1,7 @@ - + + + diff --git a/win32/vs8/libgstreamer.vcproj b/win32/vs8/libgstreamer.vcproj index a771d22..8776d19 100644 --- a/win32/vs8/libgstreamer.vcproj +++ b/win32/vs8/libgstreamer.vcproj @@ -1,7 +1,7 @@ - +