diff options
author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-09-10 12:05:39 +0000 |
---|---|---|
committer | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-09-10 12:05:39 +0000 |
commit | 61dee512910cd2c9e407cc0679a492cc57333194 (patch) | |
tree | 7d096eafde087ce7678350d5d95e7a9bddcaf52e /ChangeLog | |
parent | 0ff4dc306f16324f12889137400aeb0cd9949938 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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, |