aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle André Vadla Ravnås2008-09-10 07:05:39 -0500
committerOle André Vadla Ravnås2008-09-10 07:05:39 -0500
commit61dee512910cd2c9e407cc0679a492cc57333194 (patch)
tree7d096eafde087ce7678350d5d95e7a9bddcaf52e /ChangeLog
parent0ff4dc306f16324f12889137400aeb0cd9949938 (diff)
downloadgst-plugins-bad0-10-61dee512910cd2c9e407cc0679a492cc57333194.tar.gz
gst-plugins-bad0-10-61dee512910cd2c9e407cc0679a492cc57333194.tar.xz
gst-plugins-bad0-10-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 6c2d53910..9aff7775b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
12008-09-10 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> 12008-09-10 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
2 2
3 * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
4 gst_ks_clock_start):
5 Synchronize KS clock as a single-shot operation for now, there's not
6 much point in doing it periodically until we're actually using the
7 KS timestamps for anything else than just discarding old frames.
8 * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
9 Provide the GstClock when opening the device if we already have one.
10
112008-09-10 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
12
3 * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp, 13 * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
4 gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin, 14 gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
5 gst_ks_video_device_set_state, gst_ks_video_device_request_frame, 15 gst_ks_video_device_set_state, gst_ks_video_device_request_frame,