From: Sebastian Dröge Date: Wed, 21 May 2008 11:10:32 +0000 (+0000) Subject: win32/common/libgstbase.def: Add gst_base_sink_wait_clock() to the exported symbols. X-Git-Tag: RELEASE-0_10_20~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9918228f72c733c16dd706964b32a7ea64d1c80;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 908e3ef..10db40d 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 82e3c65..0acd0e6 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