summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-07-20 16:38:48 +0200
committerJulien Isorce <julien.isorce@gmail.com>2008-07-20 16:38:48 +0200
commit6ef2b874fb9d30bba8df4135388bb3b7bd36aa78 (patch)
treea2400edcd5545005aa78d298e205eb517818f5eb /TODO
parent6bc1737ab19759661329cc5348737ca7eef74e46 (diff)
make the plugin properly shutdown when one of the check requirements failed
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2e999c7..3a81cea 100644
--- a/TODO
+++ b/TODO
@@ -14,9 +14,9 @@
- 4: make the plugin (any pipeline) properly shutdown when Shader compilation failed.
(using "return GST_FLOW_UNEXPECTED")
-- 5: make the plugin (any pipeline) properly shutdown when one of the "check requirements" failed.
- (for example when FBO extension is not available)
- For now it properly shutdown only when using the glimagesink
+(DONE) - 5: make the plugin (any pipeline) properly shutdown when one of the "check requirements" failed.
+ (for example when FBO extension is not available)
+ For now it properly shutdown only when using the glimagesink
- 6: make an example named "filterxoverlay" similar to gtkxoverlay one. But use a more complex pipeline
involving several glfilters. In order to test switching bettween gst states on it.