summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-11-23 16:04:27 +0100
committerJulien Isorce <julien.isorce@gmail.com>2008-11-23 16:04:27 +0100
commit60b504a27b2844d90631a0a5d78e0aa164a0a246 (patch)
treeebea3f9c1cb9db59fe87ca5ea6e619d00cd0134a /TODO
parentde6c609d063698e94f3f2c23ab16da3d03cdeb72 (diff)
Make cube example work on x11. Finish TODO task 9.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8eeea84..c9bbfee 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@
t. ! glqueue ! glfilterC ! glimagesink
Assuming glfilterA is GPU consumming and so do not need to duplicate it.
-(IN PROGRESS) - 9: rewrite the freeglut part that I minimized. Although I removed 90% of the orignal code,
+(DONE) - 9: rewrite the freeglut part that I minimized. Although I removed 90% of the orignal code,
it should be rewrite with the GLib API. To have a better design and handle X/WIN32 with interfaces
instead of having a lot of "define WIN32" scopes.
And make it thread safe in order to have one glthread per GstGLDisplay, instead of having a global glthread.