summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-11-15 13:50:11 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-11-15 13:50:11 +0000
commit64245cda62059f4adbc9315ad45d80469ed3fb46 (patch)
treee16787ea57fde3e9cfd9273c895eaab06d1a540b
parentf720de88e030035dc30e3a81741b60c16fd7508a (diff)
gst/synaesthesia/gstsynaesthesia.c: Fix up synaesthesia to work under different samplerates/ buffer sizes.
Original commit message from CVS: * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_class_init), (gst_synaesthesia_init), (gst_synaesthesia_dispose), (gst_synaesthesia_finalize), (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps), (gst_synaesthesia_src_link), (gst_synaesthesia_chain), (gst_synaesthesia_change_state), (plugin_init): Fix up synaesthesia to work under different samplerates/ buffer sizes. Force 320x200 output, as that's the only thing the underlying synaesthesia implementation supports. Still needs to be made re-entrant.
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 795b9bd5..6892c4df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
+ * gst/synaesthesia/gstsynaesthesia.c:
+ (gst_synaesthesia_class_init), (gst_synaesthesia_init),
+ (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
+ (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
+ (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
+ (gst_synaesthesia_change_state), (plugin_init):
+ Fix up synaesthesia to work under different samplerates/ buffer sizes.
+ Force 320x200 output, as that's the only thing the underlying
+ synaesthesia implementation supports. Still needs to be made
+ re-entrant.
+
2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac: