mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
win32: add new API to .def file
This commit is contained in:
parent
148bf27ce3
commit
18ef740f05
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,6 @@ EXPORTS
|
||||||
_gst_caps_any DATA
|
_gst_caps_any DATA
|
||||||
_gst_caps_none DATA
|
_gst_caps_none DATA
|
||||||
_gst_caps_type DATA
|
_gst_caps_type DATA
|
||||||
_gst_debug_bin_to_dot_file
|
|
||||||
_gst_debug_bin_to_dot_file_with_ts
|
|
||||||
_gst_debug_category_new
|
_gst_debug_category_new
|
||||||
_gst_debug_dump_mem
|
_gst_debug_dump_mem
|
||||||
_gst_debug_enabled DATA
|
_gst_debug_enabled DATA
|
||||||
|
@ -288,6 +286,8 @@ EXPORTS
|
||||||
gst_date_time_ref
|
gst_date_time_ref
|
||||||
gst_date_time_unref
|
gst_date_time_unref
|
||||||
gst_debug_add_log_function
|
gst_debug_add_log_function
|
||||||
|
gst_debug_bin_to_dot_file
|
||||||
|
gst_debug_bin_to_dot_file_with_ts
|
||||||
gst_debug_category_free
|
gst_debug_category_free
|
||||||
gst_debug_category_get_color
|
gst_debug_category_get_color
|
||||||
gst_debug_category_get_description
|
gst_debug_category_get_description
|
||||||
|
|
Loading…
Reference in a new issue