From 86d5b8ebb0eec91bcb528c06db2671d3d549aedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 30 Jan 2008 11:43:53 +0000 Subject: [PATCH] win32/common/libgstpbutils.def: Export the two new _get_type() functions which are needed by the python bindings. Original commit message from CVS: * win32/common/libgstpbutils.def: Export the two new _get_type() functions which are needed by the python bindings. --- ChangeLog | 6 ++++++ win32/common/libgstpbutils.def | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 835544a26a..59ec506254 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-30 Tim-Philipp Müller + + * win32/common/libgstpbutils.def: + Export the two new _get_type() functions which are needed + by the python bindings. + 2008-01-29 Sebastian Dröge * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header): diff --git a/win32/common/libgstpbutils.def b/win32/common/libgstpbutils.def index 38e74461af..7f4d71b98f 100644 --- a/win32/common/libgstpbutils.def +++ b/win32/common/libgstpbutils.def @@ -1,10 +1,12 @@ EXPORTS gst_install_plugins_async gst_install_plugins_context_free + gst_install_plugins_context_get_type gst_install_plugins_context_new gst_install_plugins_context_set_xid gst_install_plugins_installation_in_progress gst_install_plugins_return_get_name + gst_install_plugins_return_get_type gst_install_plugins_supported gst_install_plugins_sync gst_is_missing_plugin_message