diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-23 16:07:19 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-23 16:07:19 +0000 |
commit | f92ace72e3cac534a7b742e4ee82f78fec04d99d (patch) | |
tree | 6ef2551e1677a37c7e0e633d93bc37c2b7f12912 | |
parent | 0381f2bc3c5c9005f9601e10ef8b1097b22475a4 (diff) | |
download | gstreamer-plugins-bad-f92ace72e3cac534a7b742e4ee82f78fec04d99d.tar.gz |
drop overlapping samples; get bytes_per_sample from caps
Original commit message from CVS:
drop overlapping samples; get bytes_per_sample from caps
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init), + (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), + (gst_audiorate_set_property), (gst_audiorate_get_property): + get bytes_per_sample from caps + drop overlapping samples + +2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop): set offset and offset_end |