Comment 3 for bug 1267979

Revision history for this message
Péter Trombitás (trombipeti) wrote :

Ok, so I've downloaded the branch, opened the project in Ubuntu SDK, ran it on the device and it worked. I also looked at gstreamer's source and found out that the error message comes from the file "./gst/playback/gstplaybin2.c", which implements an abstract player level. I guess this means that the file path gets lost somewhere between the qml file and gstreamer.
Oh, and it only does that if the whole thing is installed as a click package, because I've tried to set an absolute path in the .qml file for the sounds (e.g /opt/click.ubuntu.com/com.ubuntu.developer.robert-ancell.animal-farm/0.6/sheep.ogg), and it worked like a charm.