ext/esd/esdsink.c: Fix sync issues in esdsink. Also changed esdsink to only use...
authorDavid Schleef <ds@schleef.org>
Tue, 27 Jan 2004 21:37:36 +0000 (21:37 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 27 Jan 2004 21:37:36 +0000 (21:37 +0000)
commit57c1c3c5abbadce325d93240f9b955df836d618b
tree8e0ead055bce38a6dc5218fbe891c84bcaad8d2c
parent683eb86c2184c13f15b137e2e83f5133b1a82791
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.
ChangeLog