From b9918228f72c733c16dd706964b32a7ea64d1c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 May 2008 11:10:32 +0000 Subject: [PATCH] win32/common/libgstbase.def: Add gst_base_sink_wait_clock() to the exported symbols. Original commit message from CVS: * win32/common/libgstbase.def: Add gst_base_sink_wait_clock() to the exported symbols. --- ChangeLog | 7 ++++++- win32/common/libgstbase.def | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 908e3ef104..10db40deb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-21 Sebastian Dröge + + * win32/common/libgstbase.def: + Add gst_base_sink_wait_clock() to the exported symbols. + 2008-05-20 Sebastian Dröge Patch by: Tim-Philipp Müller @@ -15,7 +20,7 @@ * libs/gst/base/gstbasesink.h: Expose a method that was previously used internally to synchronize against the clock because it can be useful for subclasses too. - GstBaseSink::gst_base_sink_wait_clock() + API: GstBaseSink::gst_base_sink_wait_clock() 2008-05-19 Tim-Philipp Müller diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 82e3c65a87..0acd0e6bae 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -24,6 +24,7 @@ EXPORTS gst_base_sink_set_qos_enabled gst_base_sink_set_sync gst_base_sink_set_ts_offset + gst_base_sink_wait_clock gst_base_sink_wait_eos gst_base_sink_wait_preroll gst_base_src_get_do_timestamp