audiovisualizer: status update
authorStefan Sauer <ensonic@users.sf.net>
Fri, 17 Aug 2012 13:15:34 +0000 (15:15 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 17 Aug 2012 13:16:00 +0000 (15:16 +0200)
gst/audiovisualizers/README

index 264bc4be1587f3efbe013b6e7f2aa6dfdd30d939..5fba0d81ee8e3e881a4c0207a1b2824330f15b1b 100644 (file)
@@ -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