gstreamer/gst-libs/gst/audio
Jan Schmidt 04333a568c 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
2006-01-17 11:43:49 +00:00
..
.gitignore ignore more 2005-01-17 12:45:48 +00:00
audio.c remove some deprecated functions 2005-11-22 13:14:07 +00:00
audio.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
audio.h remove some deprecated functions 2005-11-22 13:14:07 +00:00
audio.vcproj more working plugins 2004-07-27 21:41:30 +00:00
audiofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioclock.c gst-libs/gst/audio/gstaudioclock.c: This clock can be slaved to a master clock now. 2005-11-22 18:32:09 +00:00
gstaudioclock.h expand tabs 2005-12-06 19:42:02 +00:00
gstaudiofilter.c borgify 2005-12-01 14:29:09 +00:00
gstaudiofilter.h borgify 2005-12-01 14:29:09 +00:00
gstaudiofiltertemplate.c borgify 2005-12-01 14:29:09 +00:00
gstaudiosink.c expand tabs 2005-12-06 19:42:02 +00:00
gstaudiosink.h expand tabs 2005-12-06 19:42:02 +00:00
gstaudiosrc.c gst-libs/gst/audio/gstaudiosrc.c: Don't leak GCond in audio sources. 2006-01-10 12:25:59 +00:00
gstaudiosrc.h expand tabs 2005-12-06 19:42:02 +00:00
gstbaseaudiosink.c gst-libs/gst/audio/gstbaseaudiosink.c: Fix playback of non-synchronised streams by assuming a rate of 1.0 instead of ... 2006-01-17 11:43:49 +00:00
gstbaseaudiosink.h expand tabs 2005-12-06 19:42:02 +00:00
gstbaseaudiosrc.c stop making fun of older compilers 2005-12-20 12:24:29 +00:00
gstbaseaudiosrc.h expand tabs 2005-12-06 19:42:02 +00:00
gstringbuffer.c gst-libs/gst/audio/gstringbuffer.c: Set depth and width for alaw/mulaw (fixes #326601). 2006-01-11 15:11:20 +00:00
gstringbuffer.h gst-libs/gst/audio/gstringbuffer.*: Name (private) union, makes Forte compiler happy (this time for real) (#324900). 2006-01-10 09:38:44 +00:00
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am gst-libs/gst/audio/Makefile.am: Link against libgstinterfaces, needed for mixer and property probe stuff. 2006-01-09 10:52:33 +00:00
mixerutils.c Add docs for mixerutils stuff. 2006-01-14 12:52:22 +00:00
mixerutils.h Add docs for mixerutils stuff. 2006-01-14 12:52:22 +00:00
multichannel.c gst-libs/gst/audio/multichannel.c: Use gst_value_array_*() functions on value arrays, not gst_value_list_*(). 2005-11-23 12:40:04 +00:00
multichannel.h expand tabs 2005-12-06 19:42:02 +00:00
testchannels.c Plugin port to 0.9, ogg/theora playback should work in the seek example now. 2005-03-31 09:43:49 +00:00
TODO gst-libs/gst/audio/TODO: Updated TODO 2005-11-28 15:53:55 +00:00