mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
win32/common/: Add gst_caps_merge() and a bunch of other recently-added functions.
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.
This commit is contained in:
parent
25fa2877ac
commit
f94a93849e
4 changed files with 20 additions and 0 deletions
|
@ -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>
|
2006-10-11 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* docs/plugins/gstreamer-plugins.args:
|
* docs/plugins/gstreamer-plugins.args:
|
||||||
|
|
|
@ -20,6 +20,8 @@ EXPORTS
|
||||||
gst_base_src_is_live
|
gst_base_src_is_live
|
||||||
gst_base_src_set_format
|
gst_base_src_set_format
|
||||||
gst_base_src_set_live
|
gst_base_src_set_live
|
||||||
|
gst_base_src_wait_playing
|
||||||
|
gst_base_src_wait_preroll
|
||||||
gst_base_transform_get_type
|
gst_base_transform_get_type
|
||||||
gst_base_transform_is_in_place
|
gst_base_transform_is_in_place
|
||||||
gst_base_transform_is_passthrough
|
gst_base_transform_is_passthrough
|
||||||
|
|
|
@ -19,8 +19,10 @@ EXPORTS
|
||||||
gst_controller_unset_all
|
gst_controller_unset_all
|
||||||
gst_object_control_properties
|
gst_object_control_properties
|
||||||
gst_object_get_controller
|
gst_object_get_controller
|
||||||
|
gst_object_get_control_rate
|
||||||
gst_object_get_value_array
|
gst_object_get_value_array
|
||||||
gst_object_get_value_arrays
|
gst_object_get_value_arrays
|
||||||
gst_object_set_controller
|
gst_object_set_controller
|
||||||
|
gst_object_set_control_rate
|
||||||
gst_object_sync_values
|
gst_object_sync_values
|
||||||
gst_object_uncontrol_properties
|
gst_object_uncontrol_properties
|
||||||
|
|
|
@ -77,6 +77,7 @@ EXPORTS
|
||||||
gst_caps_is_fixed
|
gst_caps_is_fixed
|
||||||
gst_caps_is_subset
|
gst_caps_is_subset
|
||||||
gst_caps_make_writable
|
gst_caps_make_writable
|
||||||
|
gst_caps_merge
|
||||||
gst_caps_new_any
|
gst_caps_new_any
|
||||||
gst_caps_new_empty
|
gst_caps_new_empty
|
||||||
gst_caps_new_full
|
gst_caps_new_full
|
||||||
|
@ -274,6 +275,7 @@ EXPORTS
|
||||||
gst_ghost_pad_get_type
|
gst_ghost_pad_get_type
|
||||||
gst_ghost_pad_new
|
gst_ghost_pad_new
|
||||||
gst_ghost_pad_new_no_target
|
gst_ghost_pad_new_no_target
|
||||||
|
gst_ghost_pad_new_from_template
|
||||||
gst_ghost_pad_set_target
|
gst_ghost_pad_set_target
|
||||||
gst_implements_interface_cast
|
gst_implements_interface_cast
|
||||||
gst_implements_interface_check
|
gst_implements_interface_check
|
||||||
|
@ -325,6 +327,7 @@ EXPORTS
|
||||||
gst_message_get_structure
|
gst_message_get_structure
|
||||||
gst_message_get_type
|
gst_message_get_type
|
||||||
gst_message_new_application
|
gst_message_new_application
|
||||||
|
gst_message_new_buffering
|
||||||
gst_message_new_clock_lost
|
gst_message_new_clock_lost
|
||||||
gst_message_new_clock_provide
|
gst_message_new_clock_provide
|
||||||
gst_message_new_custom
|
gst_message_new_custom
|
||||||
|
@ -339,6 +342,7 @@ EXPORTS
|
||||||
gst_message_new_state_dirty
|
gst_message_new_state_dirty
|
||||||
gst_message_new_tag
|
gst_message_new_tag
|
||||||
gst_message_new_warning
|
gst_message_new_warning
|
||||||
|
gst_message_parse_buffering
|
||||||
gst_message_parse_clock_lost
|
gst_message_parse_clock_lost
|
||||||
gst_message_parse_clock_provide
|
gst_message_parse_clock_provide
|
||||||
gst_message_parse_duration
|
gst_message_parse_duration
|
||||||
|
@ -411,6 +415,7 @@ EXPORTS
|
||||||
gst_pad_get_type
|
gst_pad_get_type
|
||||||
gst_pad_is_active
|
gst_pad_is_active
|
||||||
gst_pad_is_blocked
|
gst_pad_is_blocked
|
||||||
|
gst_pad_is_blocking
|
||||||
gst_pad_is_linked
|
gst_pad_is_linked
|
||||||
gst_pad_link
|
gst_pad_link
|
||||||
gst_pad_link_return_get_type
|
gst_pad_link_return_get_type
|
||||||
|
@ -609,6 +614,8 @@ EXPORTS
|
||||||
gst_structure_has_field
|
gst_structure_has_field
|
||||||
gst_structure_has_field_typed
|
gst_structure_has_field_typed
|
||||||
gst_structure_has_name
|
gst_structure_has_name
|
||||||
|
gst_structure_id_set
|
||||||
|
gst_structure_id_set_valist
|
||||||
gst_structure_n_fields
|
gst_structure_n_fields
|
||||||
gst_structure_new
|
gst_structure_new
|
||||||
gst_structure_new_valist
|
gst_structure_new_valist
|
||||||
|
@ -646,6 +653,7 @@ EXPORTS
|
||||||
gst_tag_list_get_uint_index
|
gst_tag_list_get_uint_index
|
||||||
gst_tag_list_get_value_index
|
gst_tag_list_get_value_index
|
||||||
gst_tag_list_insert
|
gst_tag_list_insert
|
||||||
|
gst_tag_list_is_empty
|
||||||
gst_tag_list_merge
|
gst_tag_list_merge
|
||||||
gst_tag_list_new
|
gst_tag_list_new
|
||||||
gst_tag_merge_mode_get_type
|
gst_tag_merge_mode_get_type
|
||||||
|
|
Loading…
Reference in a new issue