[email protected] is the list for you :)

On Thu, Sep 6, 2012 at 10:03 PM, rgomez <[email protected]> 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
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/development
>
>
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to