mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
b4636b46bb
commit
b9918228f7
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
Patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
@ -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 <tim.muller at collabora co uk>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue