[Development] Failed to start video surface on QML

Leandro Melo de Sales leandroal at gmail.com
Thu Sep 6 23:42:42 CEST 2012


I don't suppose you will get answers for such kind of questions here in
this list.

Br,
Leandro.

--
Leandro Melo de Sales
Professor at Institute of Computing at Federal University of Alagoas, Brazil
PhD candidate in Computer Science
Pervasive and Embedded Computing Laboratory, UFCG
Twitter: @leandrosalesal

"The warrior is strong in loyalty, intensity, determination, initiative,
persistence, courage and willpower. The warrior is light in the soul,
self-trust and compassion. The warrior is often called to take the front
when other cowardly make a step backwards. There are warriors on the
battlefields and in everyday life."



2012/9/6 rgomez <rgomez at uci.cu>

> **
>
> Hi, I am starting to study QML. I make a simple application to play a
> video with QtMultimediaKit, it does nothing, printing the message "failed
> to start video surface", then the video keeps on black. Following the
> source code:
>
> import QtQuick 1.1
>
> import QtMultimediaKit 1.1
>
>
>
> Item {
>
> width: 410; height: 210
>
> Video {
>
> id: videoW
>
> source: "/media/Datos/Media/Videos/Series/Hunter x Hunter/hunter.avi"
>
> x: 5; y: 5; height: 200
>
> width: 400
>
> }
>
> }
>
>
>
> Im using Ubuntu 12.4 with Qt 4.8.1.
>
>   <http://www.uci.cu/>
>
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120906/0e03eb55/attachment.html>


More information about the Development mailing list