summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-24 12:53:17 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-24 12:53:17 +0000
commit911ac8b508f00ed2c568f383efac4774f125aeb7 (patch)
tree6ac6fc8a4dea60a7348b5b4aaaeab9c841f04828
parent142e3b1ac881956ccb92b7b54578385efcfeca2a (diff)
downloadgst-plugins-bad-911ac8b508f00ed2c568f383efac4774f125aeb7.tar.gz
gst-plugins-bad-911ac8b508f00ed2c568f383efac4774f125aeb7.tar.bz2
gst-plugins-bad-911ac8b508f00ed2c568f383efac4774f125aeb7.zip
ext/alsa/: Use alsa trigger_tstamp to get the timestamp of the first sample in the buffer for more precise sync. Some...
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery): * ext/alsa/gstalsa.h: * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_update_avail), (gst_alsa_src_loop): Use alsa trigger_tstamp to get the timestamp of the first sample in the buffer for more precise sync. Some cleanups.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5629dfb9..7e4b51b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-06-24 Wim Taymans <wim@fluendo.com>
+ * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
+ * ext/alsa/gstalsa.h:
+ * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
+ (gst_alsa_src_update_avail), (gst_alsa_src_loop):
+ Use alsa trigger_tstamp to get the timestamp of the first
+ sample in the buffer for more precise sync. Some cleanups.
+
+2004-06-24 Wim Taymans <wim@fluendo.com>
+
* gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
(gst_audiorate_init), (gst_audiorate_chain),
(gst_audiorate_set_property), (gst_audiorate_get_property):