diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2005-09-27 15:12:45 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2005-09-27 15:12:45 +0000 |
| commit | 26745bb1327e92c3838ba018a5399331db004817 (patch) | |
| tree | 0ed59ba17c46cebc0f444ec42166a06096c4bba8 /ChangeLog | |
| parent | c84ad80a51cc7cc0783ae113d04def8466de367c (diff) | |
sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should be set from the sample width and the numb...
Original commit message from CVS:
* sys/oss/gstosssink.c: (gst_oss_sink_prepare):
Fix playback of mono streams (bytes_per_sample should be set
from the sample width and the number of channels negotiated,
and not just be set to 4) (#317338)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-09-27 Tim-Philipp Müller <tim at centricular dot net> + + * sys/oss/gstosssink.c: (gst_oss_sink_prepare): + Fix playback of mono streams (bytes_per_sample should be set + from the sample width and the number of channels negotiated, + and not just be set to 4) (#317338) + 2005-09-26 Wim Taymans <wim@fluendo.com> * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush), |
