From: Development on behalf of Val
Doroshchuk
Sent: Wednesday, May 20, 2020 9:04 AM
To: Ville Voutilainen
Cc: development@qt-project.org
Subject: Re: [Development] Qt Multimedia as Add-on in Qt 6
> With what license?
Still under negotiation, tba.
Best Rega
> With what license?
Still under negotiation, tba.
Best Regards,
Val
From: Ville Voutilainen
Sent: Tuesday, May 19, 2020 6:37 PM
To: Val Doroshchuk
Cc: development@qt-project.org
Subject: Re: [Development] Qt Multimedia as Add-on in Qt 6
On Tue, 19
Hi all,
Just small update that Qt Multimedia is going to be moved from essentials
modules to Add-On on Marketplace for Qt 6.
More information will be announced a bit later.
Best Regards,
Val
___
Development mailing list
Development@qt-project.org
htt
> I really want a QAbstractVideoBuffer *QVideoFrame::buffer() which I can then
> cast to my custom type.
https://codereview.qt-project.org/#/c/251783/
From: Development on behalf of Val
Doroshchuk
Sent: Wednesday, January 9, 2019 9:43 AM
To: Jason H
> is this happening on multiple threads (or cores? - if available) Are there
> multiple frames "in flight"?
No and no, just one thread.
From: Jason H
Sent: Thursday, January 10, 2019 5:28:11 PM
To: Val Doroshchuk
Cc: Qt development mailing
?
From: Jason H
Sent: Wednesday, January 9, 2019 4:28:01 PM
To: Val Doroshchuk
Cc: Qt development mailing list
Subject: Re: [Development] QAbstractVideoFilter, the pipeline and QImage
>> I really want a QAbstractVideoBuffer *QVideoFrame::buffer() which I can then
>>
Hi,
> I really want a QAbstractVideoBuffer *QVideoFrame::buffer() which I can then
> cast to my custom type.
Sorry, but just a note.
QAbstractVideoBuffer is an abstraction that was supposed to be an impl of
accessing to data, nothing more.
> I'm trying to implement a QAbstractVideo buffer t