- 
    Bug 
- 
    Resolution: Done
- 
     Not Evaluated Not Evaluated
- 
    5.1.0 RC1
- 
    None
- 
    Ubuntu12.04
- 
        ccc41383044f192353d035dd9b94d2b62b0e52ff
I try to run Qt Multimedia demo "qtmultimedia/examples/multimedia/video/qmlvideofx".
GStreamer also report error "No URI".
I check Qt demo's code. And I do a modify, the demo can work now.
Modify qtmultimedia/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Content.qml
function openVideo(path) 
Qt put all the qml into *.qrc. So we need add "file://" when we want to use a resource.