summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-26 16:19:26 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-26 16:19:26 +0000
commitfe38597aee1bda146e2ca9c1b1dbc8ec04dc4d50 (patch)
tree4a1e5c3706ed9b60adbb621e24265b434ea5e0da /ChangeLog
parentb05b9d04d6a6ff723b97079f3aa22b51d32d7170 (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d23faf87..db77eb55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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