GNOME Bugzilla – Bug 650982
QML Integration
Last modified: 2012-02-07 17:36:10 UTC
I noticed that you said you were interested in this. I am wondering if you have any plans to follow up on it. Qt seems to be focusing on QML going forward, so I am hoping you can get this going. For whatever reason, the good people over at Nokia have chosen to ignore the video api for the desktop for quite a long time now.
Hello, QML integration is definitely planned. There is already some code available, taken from QtMultimedia. It needs some cleanup, but it can probably be reused to provide nice QML integration in QtGStreamer. Currently I am still trying to learn myself QML so that I have better understanding of what needs to be done. Btw, this is not the best place to ask questions, you could have mailed me instead. However, I am going to keep this bug as a wishlist item. Regards, George
I just merged initial QML support in QtGStreamer. This consists of a video sink and an API to paint video on QML surfaces. In the future I will consider adding more features to it.