mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
3ad87e0249
Original commit message from CVS: * gst/gstbin.h:(gst_bin_get_by_interface), (gst_bin_iterate_all_by_interface): Replace interface parameter name by iface as interface is a reserved keyword in Visual Studio for C++ projects so it removes a build error for application developpers using VS. * plugins/elements/gstfilesrc.c:(gst_file_src_uri_set_uri): Fix a bug on Windows in uri format check. Now the prefix checked is file:// and next we check if the path after file:// is absolute. * win32/common/libgstbase.def: * win32/common/libgstdataprotocol.def: * win32/common/libgstgstreamer.def: Add new exported functions.
60 lines
1.5 KiB
Modula-2
60 lines
1.5 KiB
Modula-2
EXPORTS
|
|
gst_adapter_new
|
|
gst_adapter_available
|
|
gst_adapter_available_fast
|
|
gst_adapter_clear
|
|
gst_adapter_copy
|
|
gst_adapter_flush
|
|
gst_adapter_get_type
|
|
gst_adapter_peek
|
|
gst_adapter_push
|
|
gst_adapter_take
|
|
gst_adapter_take_buffer
|
|
gst_base_sink_get_max_lateness
|
|
gst_base_sink_get_sync
|
|
gst_base_sink_get_type
|
|
gst_base_sink_set_max_lateness
|
|
gst_base_sink_set_sync
|
|
gst_base_sink_set_qos_enabled
|
|
gst_base_sink_is_qos_enabled
|
|
gst_base_sink_wait_preroll
|
|
gst_base_src_get_type
|
|
gst_base_src_is_live
|
|
gst_base_src_set_format
|
|
gst_base_src_set_live
|
|
gst_base_src_wait_playing
|
|
gst_base_transform_get_type
|
|
gst_base_transform_is_in_place
|
|
gst_base_transform_is_passthrough
|
|
gst_base_transform_is_qos_enabled
|
|
gst_base_transform_set_in_place
|
|
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_add_pad_full
|
|
gst_collect_pads_available
|
|
gst_collect_pads_collect
|
|
gst_collect_pads_collect_range
|
|
gst_collect_pads_flush
|
|
gst_collect_pads_get_type
|
|
gst_collect_pads_is_active
|
|
gst_collect_pads_new
|
|
gst_collect_pads_peek
|
|
gst_collect_pads_pop
|
|
gst_collect_pads_read
|
|
gst_collect_pads_remove_pad
|
|
gst_collect_pads_set_flushing
|
|
gst_collect_pads_set_function
|
|
gst_collect_pads_start
|
|
gst_collect_pads_stop
|
|
gst_push_src_get_type
|
|
gst_type_find_helper
|
|
gst_type_find_helper_for_buffer
|
|
gst_type_find_helper_get_range
|