diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-18 15:05:32 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-18 15:05:32 +0000 |
| commit | cfc5ea685a0b487fab4cea62eeea90aa9e58e0e0 (patch) | |
| tree | c8d2bef9faa31bdd267386a8fc04b6c699e40e3e /ChangeLog | |
| parent | 25665a0df3ccad07a6867eb3d231d6e580393b99 (diff) | |
ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBufferSpec are already filled with the corre...
Original commit message from CVS:
* ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
* ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
are already filled with the correct values by
gst_ring_buffer_parse_caps() so there's no need to set them again
with wrong values.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-08-18 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * ext/pulse/pulsesink.c: (gst_pulsesink_prepare): + * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare): + The bytes_per_sample and silence_sample fields of the GstRingBufferSpec + are already filled with the correct values by + gst_ring_buffer_parse_caps() so there's no need to set them again + with wrong values. + 2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk> * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull), |
