diff options
author | Olivier Crête <olivier.crete@collabora.com> | 2012-10-16 12:27:04 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-03-16 14:38:07 +0000 |
commit | e4e85fc88af4df1948c65f2c1ffaed36739f1cfa (patch) | |
tree | b3946769f5104a3f086287ca2a42374042c42434 /win32 | |
parent | 10d53423b50496a0159ca852dff32618f68f0bb7 (diff) |
devicemonitor: Add GstDeviceMonitor and related
Also add GstDevice and GstDeviceMonitorFactory
And add code to the registry to save them
https://bugzilla.gnome.org/show_bug.cgi?id=678402
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 89dd9dae5..281f51db0 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -390,6 +390,35 @@ EXPORTS gst_debug_set_threshold_from_string gst_debug_unset_threshold_for_name gst_deinit + gst_device_create_element + gst_device_get_caps + gst_device_get_display_name + gst_device_get_type + gst_device_monitor_can_monitor + gst_device_monitor_class_add_metadata + gst_device_monitor_class_add_static_metadata + gst_device_monitor_class_get_metadata + gst_device_monitor_class_set_metadata + gst_device_monitor_class_set_static_metadata + gst_device_monitor_device_add + gst_device_monitor_device_remove + gst_device_monitor_factory_find + gst_device_monitor_factory_get + gst_device_monitor_factory_get_by_name + gst_device_monitor_factory_get_device_monitor_type + gst_device_monitor_factory_get_metadata + gst_device_monitor_factory_get_metadata_keys + gst_device_monitor_factory_get_type + gst_device_monitor_factory_list_get_device_monitors + gst_device_monitor_factory_list_is_type + gst_device_monitor_get_bus + gst_device_monitor_get_devices + gst_device_monitor_get_factory + gst_device_monitor_get_type + gst_device_monitor_register + gst_device_monitor_start + gst_device_monitor_stop + gst_device_reconfigure_element gst_double_range_get_type gst_element_abort_state gst_element_add_pad @@ -592,6 +621,8 @@ EXPORTS gst_memory_resize gst_memory_share gst_memory_unmap + gst_message_extended_type_get_type + gst_message_get_extended_type gst_message_get_seqnum gst_message_get_stream_status_object gst_message_get_structure @@ -604,6 +635,8 @@ EXPORTS gst_message_new_clock_lost gst_message_new_clock_provide gst_message_new_custom + gst_message_new_device_added + gst_message_new_device_removed gst_message_new_duration_changed gst_message_new_element gst_message_new_eos @@ -635,6 +668,8 @@ EXPORTS gst_message_parse_clock_lost gst_message_parse_clock_provide gst_message_parse_context_type + gst_message_parse_device_added + gst_message_parse_device_removed gst_message_parse_error gst_message_parse_group_id gst_message_parse_have_context |