[Development] Failed to start video surface on QML

Mark markg85 at gmail.com
Fri Sep 7 00:04:03 CEST 2012


interest at qt-project.org is the list for you :)

On Thu, Sep 6, 2012 at 10:03 PM, rgomez <rgomez at uci.cu> wrote:

> **
>
> 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/20120907/d7420e73/attachment.html>


More information about the Development mailing list