summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-27 21:37:36 +0000
committerDavid Schleef <ds@schleef.org>2004-01-27 21:37:36 +0000
commit0e61e9951babe9feb75a3b032724a180f98876e0 (patch)
tree676b2721065158f7bc1121a4db5fda3832ba5d2e
parenta7db4b61414aa0f59d001198e66bb421de0a0876 (diff)
downloadgstreamer-plugins-bad-0e61e9951babe9feb75a3b032724a180f98876e0.tar.gz
ext/esd/esdsink.c: Fix sync issues in esdsink. Also changed esdsink to only use 44100,16,2, since esd sucks at rate ...
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init), (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain), (gst_esdsink_change_state): Fix sync issues in esdsink. Also changed esdsink to only use 44100,16,2, since esd sucks at rate conversion and esdsink has had difficulty negotiating.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd05b4f8a..609365433 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-27 David Schleef <ds@schleef.org>
+
+ * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
+ (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
+ (gst_esdsink_change_state): Fix sync issues in esdsink. Also
+ changed esdsink to only use 44100,16,2, since esd sucks at rate
+ conversion and esdsink has had difficulty negotiating.
+
2004-01-27 Julien MOUTTE <julien@moutte.net>
* gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),