Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 5.1.0 RC1
-
Fix Version/s: 5.1.0
-
Component/s: Multimedia
-
Labels:None
-
Environment:Ubuntu12.04
-
Commits:ccc41383044f192353d035dd9b94d2b62b0e52ff
Description
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.