summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-09-10 12:05:39 +0000
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2008-09-10 12:05:39 +0000
commit61dee512910cd2c9e407cc0679a492cc57333194 (patch)
tree7d096eafde087ce7678350d5d95e7a9bddcaf52e /ChangeLog
parent0ff4dc306f16324f12889137400aeb0cd9949938 (diff)
downloadgst-plugins-bad-61dee512910cd2c9e407cc0679a492cc57333194.tar.gz
gst-plugins-bad-61dee512910cd2c9e407cc0679a492cc57333194.tar.bz2
gst-plugins-bad-61dee512910cd2c9e407cc0679a492cc57333194.zip
sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func, gst_ks_clock_start):
Original commit message from CVS: * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func, gst_ks_clock_start): Synchronize KS clock as a single-shot operation for now, there's not much point in doing it periodically until we're actually using the KS timestamps for anything else than just discarding old frames. * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device): Provide the GstClock when opening the device if we already have one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c2d5391..9aff7775 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-09-10 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
+ * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
+ gst_ks_clock_start):
+ Synchronize KS clock as a single-shot operation for now, there's not
+ much point in doing it periodically until we're actually using the
+ KS timestamps for anything else than just discarding old frames.
+ * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
+ Provide the GstClock when opening the device if we already have one.
+
+2008-09-10 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
+
* sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
gst_ks_video_device_set_state, gst_ks_video_device_request_frame,