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.
This commit is contained in:
Sebastian Dröge 2008-05-21 11:10:32 +00:00
parent b4636b46bb
commit b9918228f7
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
* win32/common/libgstbase.def:
Add gst_base_sink_wait_clock() to the exported symbols.
2008-05-20 Sebastian Dröge <slomo@circular-chaos.org> 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Tim-Philipp Müller <tim.muller at collabora co uk> Patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
@ -15,7 +20,7 @@
* libs/gst/base/gstbasesink.h: * libs/gst/base/gstbasesink.h:
Expose a method that was previously used internally to synchronize Expose a method that was previously used internally to synchronize
against the clock because it can be useful for subclasses too. 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 <tim.muller at collabora co uk> 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>

View file

@ -24,6 +24,7 @@ EXPORTS
gst_base_sink_set_qos_enabled gst_base_sink_set_qos_enabled
gst_base_sink_set_sync gst_base_sink_set_sync
gst_base_sink_set_ts_offset gst_base_sink_set_ts_offset
gst_base_sink_wait_clock
gst_base_sink_wait_eos gst_base_sink_wait_eos
gst_base_sink_wait_preroll gst_base_sink_wait_preroll
gst_base_src_get_do_timestamp gst_base_src_get_do_timestamp