win32/common/: Add gst_caps_merge() and a bunch of other recently-added functions.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 12 Oct 2006 16:09:24 +0000 (16:09 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 12 Oct 2006 16:09:24 +0000 (16:09 +0000)
Original commit message from CVS:
* win32/common/libgstbase.def:
* win32/common/libgstcontroller.def:
* win32/common/libgstreamer.def:
Add gst_caps_merge() and a bunch of other recently-added functions.
Fixes #361732.

ChangeLog
win32/common/libgstbase.def
win32/common/libgstcontroller.def
win32/common/libgstreamer.def

index ef0d0c1..2b61547 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * win32/common/libgstbase.def:
+       * win32/common/libgstcontroller.def:
+       * win32/common/libgstreamer.def:
+         Add gst_caps_merge() and a bunch of other recently-added functions.
+         Fixes #361732.
+
 2006-10-11  Wim Taymans  <wim@fluendo.com>
 
        * docs/plugins/gstreamer-plugins.args:
index 15e04d3..25be1ac 100644 (file)
@@ -20,6 +20,8 @@ EXPORTS
        gst_base_src_is_live
        gst_base_src_set_format
        gst_base_src_set_live
+       gst_base_src_wait_playing
+       gst_base_src_wait_preroll
        gst_base_transform_get_type
        gst_base_transform_is_in_place
        gst_base_transform_is_passthrough
index ba6b805..3a5f0f1 100644 (file)
@@ -19,8 +19,10 @@ EXPORTS
        gst_controller_unset_all
        gst_object_control_properties
        gst_object_get_controller
+       gst_object_get_control_rate
        gst_object_get_value_array
        gst_object_get_value_arrays
        gst_object_set_controller
+       gst_object_set_control_rate
        gst_object_sync_values
        gst_object_uncontrol_properties
index 070a52f..f715c49 100644 (file)
@@ -77,6 +77,7 @@ EXPORTS
        gst_caps_is_fixed
        gst_caps_is_subset
        gst_caps_make_writable
+       gst_caps_merge
        gst_caps_new_any
        gst_caps_new_empty
        gst_caps_new_full
@@ -274,6 +275,7 @@ EXPORTS
        gst_ghost_pad_get_type
        gst_ghost_pad_new
        gst_ghost_pad_new_no_target
+       gst_ghost_pad_new_from_template
        gst_ghost_pad_set_target
        gst_implements_interface_cast
        gst_implements_interface_check
@@ -325,6 +327,7 @@ EXPORTS
        gst_message_get_structure
        gst_message_get_type
        gst_message_new_application
+       gst_message_new_buffering
        gst_message_new_clock_lost
        gst_message_new_clock_provide
        gst_message_new_custom
@@ -339,6 +342,7 @@ EXPORTS
        gst_message_new_state_dirty
        gst_message_new_tag
        gst_message_new_warning
+       gst_message_parse_buffering
        gst_message_parse_clock_lost
        gst_message_parse_clock_provide
        gst_message_parse_duration
@@ -411,6 +415,7 @@ EXPORTS
        gst_pad_get_type
        gst_pad_is_active
        gst_pad_is_blocked
+       gst_pad_is_blocking
        gst_pad_is_linked
        gst_pad_link
        gst_pad_link_return_get_type
@@ -609,6 +614,8 @@ EXPORTS
        gst_structure_has_field
        gst_structure_has_field_typed
        gst_structure_has_name
+       gst_structure_id_set
+       gst_structure_id_set_valist
        gst_structure_n_fields
        gst_structure_new
        gst_structure_new_valist
@@ -646,6 +653,7 @@ EXPORTS
        gst_tag_list_get_uint_index
        gst_tag_list_get_value_index
        gst_tag_list_insert
+       gst_tag_list_is_empty
        gst_tag_list_merge
        gst_tag_list_new
        gst_tag_merge_mode_get_type