From 18ef740f0584427e0d437054448a492f1f36fa64 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 12 Jan 2012 11:03:10 +0100 Subject: [PATCH] win32: add new API to .def file --- win32/common/libgstreamer.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 84ecf4f..6eecfbd 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -36,8 +36,6 @@ EXPORTS _gst_caps_any DATA _gst_caps_none 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_dump_mem _gst_debug_enabled DATA @@ -288,6 +286,8 @@ EXPORTS gst_date_time_ref gst_date_time_unref 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_get_color gst_debug_category_get_description -- 2.7.4