mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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.
This commit is contained in:
parent
b2fcdfe132
commit
3ca4fff48a
1 changed files with 8 additions and 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),
|
||||
|
|
Loading…
Reference in a new issue