summaryrefslogtreecommitdiff
path: root/win32/common
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-04-14 13:08:52 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-04-14 13:08:52 +0200
commit4231d54823b9811152d9c7e42e293a5e379a3c4b (patch)
treeaab08b512ce89428d22a8fe7a6c51e395096d2c8 /win32/common
parent4265511b7076699d599d70e9cef6a1a1ac912b9b (diff)
audioclock: add methods for the internal offset
Add two methods for getting the unadjusted time of the clock and one for adjusting an internal time. We will need these methods for correctly handling the time after a gst_audio_clock_reset(). Add a debug category and some debug lines to the audio clock. API: gst_audio_clock_get_time() API: gst_audio_clock_adjust() API: GST_AUDIO_CLOCK_CAST()
Diffstat (limited to 'win32/common')
-rw-r--r--win32/common/libgstaudio.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/common/libgstaudio.def b/win32/common/libgstaudio.def
index 7f2abc8c3..bade68146 100644
--- a/win32/common/libgstaudio.def
+++ b/win32/common/libgstaudio.def
@@ -2,6 +2,8 @@ EXPORTS
gst_audio_buffer_clip
gst_audio_channel_position_get_type
gst_audio_check_channel_positions
+ gst_audio_clock_adjust
+ gst_audio_clock_get_time
gst_audio_clock_get_type
gst_audio_clock_new
gst_audio_clock_reset