diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-26 16:19:26 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-26 16:19:26 +0000 |
commit | fe38597aee1bda146e2ca9c1b1dbc8ec04dc4d50 (patch) | |
tree | 4a1e5c3706ed9b60adbb621e24265b434ea5e0da /ChangeLog | |
parent | b05b9d04d6a6ff723b97079f3aa22b51d32d7170 (diff) | |
download | gst-plugins-bad-fe38597aee1bda146e2ca9c1b1dbc8ec04dc4d50.tar.gz gst-plugins-bad-fe38597aee1bda146e2ca9c1b1dbc8ec04dc4d50.tar.bz2 gst-plugins-bad-fe38597aee1bda146e2ca9c1b1dbc8ec04dc4d50.zip |
gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter base class already does this for us.
Original commit message from CVS:
* gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
* gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
Don't implement get_unit_size() ourselves, the GstAudioFilter base
class already does this for us.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-01-26 Sebastian Dröge <slomo@circular-chaos.org> + * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init): + * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init): + Don't implement get_unit_size() ourselves, the GstAudioFilter base + class already does this for us. + +2008-01-26 Sebastian Dröge <slomo@circular-chaos.org> + * ext/soundtouch/gstpitch.cc: Allow seeking only in TIME and DEFAULT format, other formats will not work as expected. Also handle a stop position of -1 correctly |