summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-09-11 02:07:12 +0200
committerJulien Isorce <julien.isorce@gmail.com>2008-09-11 02:07:12 +0200
commitc6cfe462033adc4cd81001744a80d9fbb638b8b2 (patch)
tree3dd46690424c3bc084aedfff218dabebcd9aa6ff /TODO
parent2a6e63b5a1d16dc3e1ad961c71f189790c7f2941 (diff)
Add cmake build http://www.cmake.org. See CMake install instructions in the INSTALL file. (I have not correctly configured yet the CMake build for unix, BE patient)
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 07fd0b1..16b43a3 100644
--- a/TODO
+++ b/TODO
@@ -5,11 +5,11 @@
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html
cap: I am ok, but I am not using emacs, so I let you run the re-indent script
-(DONE) - 1: make Filippo's GstGLEffects work on this repository.
+(DONE) - 1: make Filippo's GstGLEffects work on this repository.
(DONE) - 2: use GstGLShader in the GLSL colorspace conversion.
-- 3: add GLEW check in configure.ac
+(DONE) - 3: add GLEW check in configure.ac
(DONE) - 4: make the plugin (any pipeline) properly shutdown when Shader compilation failed.
(using "return GST_FLOW_UNEXPECTED")
@@ -57,3 +57,6 @@
then we would be able to do some basic stuffs as colorspace conversion even if GLSL is not available.
(And so have some more cool stuffs work on Intel card for example)
cg can convert GLSL code to ARB_fp/ARB_vp.
+
+- 17: add a generic way to check that a given extension is available. (and set isAlive to false..)
+ (for examples gleffects does not check you have shaders available so it can cause segfault.)