summaryrefslogtreecommitdiff
path: root/gst/audiovisualizers
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-08-17 15:15:34 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-08-17 15:16:00 +0200
commit48cf0f3a77628268f2f19f5b9bd2291048254a61 (patch)
treec4f739c22eb3501f398c9b19b47266b501dd9d85 /gst/audiovisualizers
parent0c5893c0fad7515c10d910a723b82f8f64706c6f (diff)
downloadgstreamer-plugins-bad-48cf0f3a77628268f2f19f5b9bd2291048254a61.tar.gz
audiovisualizer: status update
Diffstat (limited to 'gst/audiovisualizers')
-rw-r--r--gst/audiovisualizers/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/gst/audiovisualizers/README b/gst/audiovisualizers/README
index 264bc4be1..5fba0d81e 100644
--- a/gst/audiovisualizers/README
+++ b/gst/audiovisualizers/README
@@ -24,11 +24,15 @@ afterwards.
- would be nice to use a generic 3x3 matrix operation, we don't run inplace
anyway
- this way we could also blur the background
+ - we need to handle visualizer that don't draw with alpha:
+ - add API to set can_mix and if so enable shaders
+ - ev. do mixing ourself (needs extra buffer)
= Elements to port =
-gst-plugin-ugly/gst/synaestesia -> synaescope
-gst-plugin-bad/gst/smoothwave -> wavescope
-gst-plugin-good/gst/monoscope -> blend into what we have in wavescope
+gst-plugins-ugly/gst/synaestesia -> synaescope
+gst-plugins-bad/gst/smoothwave -> wavescope
+gst-plugins-good/gst/monoscope -> blend into what we have in wavescope
+gst-plugins-base/ext/libvisual - done
= Elements to add =
spectrascope - done