diff options
| author | David Schleef <ds@schleef.org> | 2004-01-27 21:37:36 +0000 |
|---|---|---|
| committer | David Schleef <ds@schleef.org> | 2004-01-27 21:37:36 +0000 |
| commit | a775acc01a547b51179c38db85f2f7a529869fd3 (patch) | |
| tree | 885a1d6d673ce95c3fdb8d49516bddb6ca54ace2 /ChangeLog | |
| parent | 4f82beeefe7de149150d480b7f4f483297c44ff5 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |
