summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-17 14:10:20 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-17 14:10:20 +0000
commit68ffd1435bc50b17d03c9ae510033c60ac6c3626 (patch)
treed8961febfea61e60bab1d06698e0db56dd44d272 /ChangeLog
parent89ac4c4f56000e47cb16c1df7f3fe54d8939c9ff (diff)
downloadgst-plugins-bad-68ffd1435bc50b17d03c9ae510033c60ac6c3626.tar.gz
gst-plugins-bad-68ffd1435bc50b17d03c9ae510033c60ac6c3626.tar.bz2
gst-plugins-bad-68ffd1435bc50b17d03c9ae510033c60ac6c3626.zip
ext/alsa/: Make the xrun code timestamp and offset the buffers correctly. moved the clock to the base class, use alsa...
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose), (gst_alsa_get_time), (gst_alsa_xrun_recovery): * ext/alsa/gstalsa.h: * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type): * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop), (gst_alsa_src_change_state): * ext/alsa/gstalsasrc.h: Make the xrun code timestamp and offset the buffers correctly. moved the clock to the base class, use alsa methods to get time. Do correct timestamping on outgoing buffers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4189da6b..34008486 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2004-06-17 Wim Taymans <wim@fluendo.com>
+ * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
+ (gst_alsa_get_time), (gst_alsa_xrun_recovery):
+ * ext/alsa/gstalsa.h:
+ * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
+ * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
+ (gst_alsa_src_change_state):
+ * ext/alsa/gstalsasrc.h:
+ Make the xrun code timestamp and offset the buffers correctly.
+ moved the clock to the base class, use alsa methods to get time.
+ Do correct timestamping on outgoing buffers.
+
+2004-06-17 Wim Taymans <wim@fluendo.com>
+
* gst/audiorate/Makefile.am:
* gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
(gst_audiorate_base_init), (gst_audiorate_class_init),