diff options
author | Julien Isorce <julien.isorce@gmail.com> | 2008-07-20 16:38:48 +0200 |
---|---|---|
committer | Julien Isorce <julien.isorce@gmail.com> | 2008-07-20 16:38:48 +0200 |
commit | 6ef2b874fb9d30bba8df4135388bb3b7bd36aa78 (patch) | |
tree | a2400edcd5545005aa78d298e205eb517818f5eb /TODO | |
parent | 6bc1737ab19759661329cc5348737ca7eef74e46 (diff) |
make the plugin properly shutdown when one of the check requirements failed
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |