diff options
author | Julien <julien@bowob.(none)> | 2008-09-20 01:50:28 +0200 |
---|---|---|
committer | Julien <julien@bowob.(none)> | 2008-09-20 01:50:28 +0200 |
commit | 33b0609bede62182eebb02f0f8f4f06bc45b22fa (patch) | |
tree | 2e7890d0c86af7dcd9878efb5b1d5ec46de02c6d /TODO | |
parent | 36d00c89b28172697d7d8aeae28a644c001bb02b (diff) |
few changes about configure outputs, close TODO task 20 and 21
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -55,7 +55,7 @@ - 11: make a test to estimate how much is a colorspace conversion. I mean compare an output frame to reference frame and estimate the differences. (usefull to compare several implementations) -(ALMOST DONE) - 12: write a cmake build or an other well known opensource and multiplatform builder. +(DONE) - 12: write a cmake build or an other well known opensource and multiplatform builder. - 13: test colorspace conversion with Apple YCbCr extension. @@ -80,12 +80,14 @@ - 19: update authors from the CVS repository -- 20: update AG_GST_CHECK_PLUGIN(gl) in configure.ac in order to correctly list +(DONE) - 20: update AG_GST_CHECK_PLUGIN(gl) in configure.ac in order to correctly list the gl elements that would be built -- 21: cap: I got "Validation failed - samplers of different types are bound to the same texture image unit". +(DONE) - 21: cap: I got "Validation failed - samplers of different types are bound to the same texture image unit". when doing gst-launch-0.10 --gst-debug=gldisplay:3 videotestsrc ! glupload ! gleffects effect=9 ! glimagesink. (on my ATI RADEON X800 GTO) (same for effects 10, 11, 12, 13) - Sometime it can causes to not use the effect then screen is white. + Sometime it can causes to not use the effect then screen is white. (it works every times now) + -> it seems we cannot remove this glsl ATI compiler message. + - 22: move gst-plugins-gl/docs/libgstopengl.pdf to Gdoc |