summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-11-11 11:21:07 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-11-11 11:21:07 +0000
commit7df4af3eae39355ddb03ed5374e7ea00cc1ac295 (patch)
treeb596c89d34e71cfd6eb3363894859247d90d0b3c /ChangeLog
parentfcc488c8a1e8b06f40b78698076a665b526c4366 (diff)
Use bytestream in goom for input samples
Original commit message from CVS: Use bytestream in goom for input samples Add a debug category
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75206488..4b37f68e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
+ (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
+ (gst_goom_change_state), (plugin_init):
+ Use the bytestream adapter so goom doesn't depend on the input
+ buffer size.
+ Add a debug category
+
2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/alsa/gstalsa.c: (gst_alsa_change_state):