After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650982 - QML Integration
QML Integration
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
git master
Other All
: Normal enhancement
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-24 16:41 UTC by brduffy
Modified: 2012-02-07 17:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description brduffy 2011-05-24 16:41:26 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.
Comment 1 George Kiagiadakis 2011-05-25 11:37:34 UTC
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
Comment 2 George Kiagiadakis 2012-02-07 17:36:10 UTC
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.