gst-libs/gst/audio/gstbaseaudiosink.c: Fix playback of non-synchronised streams by...
authorJan Schmidt <thaytan@mad.scientist.com>
Tue, 17 Jan 2006 11:43:49 +0000 (11:43 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Tue, 17 Jan 2006 11:43:49 +0000 (11:43 +0000)
commit04333a568cb82f398cb0b9bca7e33a6df5a702f9
tree2bacd1877c406df517c8d71a948f35444701872c
parentf61f4b2781a4ad7819a6d56fa035ec73fe0281db
gst-libs/gst/audio/gstbaseaudiosink.c: Fix playback of non-synchronised streams by assuming a rate of 1.0 instead of ...

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_render):
Fix playback of non-synchronised streams by assuming a rate
of 1.0 instead of a random one.

Makes this work again:

gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
endianness=(int)4321, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
audioresample ! alsasink
ChangeLog
gst-libs/gst/audio/gstbaseaudiosink.c