Re: [Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
> On 26 May 2021, at 17:30, Eike Hein wrote: > > Exciting! > > Are there any plans to officially support the GStreamer backend on Android > down the line (with building GStreamer as an acceptable exercise left to the > user) or would work in that direction be appreciated by the module mainta

Re: [Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
On 26 May 2021, at 21:00, Arnaud Vrac mailto:raw...@gmail.com>> wrote: Le mer. 26 mai 2021 à 14:11, Lars Knoll mailto:lars.kn...@qt.io>> a écrit : [snip] Hi Lars, Thanks for the updates. One feature that I've always waited for is the possibility to list and select audio/subtitle tracks from q

Re: [Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
> On 26 May 2021, at 18:14, Jason H wrote: > >>> 4. On the removal of QAbstractVideoFilter AND QVideoProbe: Disappointed to >>> hear this. I previously used this for read-only frames for analysis, i.e. >>> Barcode reading and object detection. How do we do that now? >> >> You can get full acc

Re: [Development] QString, QVariant and QSQLite

2021-05-26 Thread Chris Adams
Hi, On Thu, May 27, 2021 at 7:34 AM Alberto Mardegan < ma...@users.sourceforge.net> wrote: > On 26/05/21 23:31, Christian Ehrlicher wrote: > > Your observation looks correct even though I wonder why this was never > > found before since this was not changed since the initial Qt5 import :) > > Wha

Re: [Development] New Qt Multimedia

2021-05-26 Thread Lorn Potter
Thanks for simplifying that API! On 26/5/21 10:09 PM, Lars Knoll wrote: NX support is missing right now, and is planned after 6.2. As well, a webassembly backend is being contributed based on openAL, for 6.3... https://codereview.qt-project.org/c/qt/qtmultimedia/+/349515 -- Lorn Potter F

Re: [Development] QString, QVariant and QSQLite

2021-05-26 Thread Alberto Mardegan
On 26/05/21 23:31, Christian Ehrlicher wrote: > Your observation looks correct even though I wonder why this was never > found before since this was not changed since the initial Qt5 import :) > What Qt version do you use? > Please fill a bug report with a minimal, compilable example. I'm using Qt

Re: [Development] QString, QVariant and QSQLite

2021-05-26 Thread Christian Ehrlicher
Am 26.05.2021 um 21:39 schrieb Alberto Mardegan: Hi there! I'm encountering some sort of memory corruption issue in a library I'm using, which does not cause a crash, but rather a QSQLite query to sometimes simply return no results, without errors or warnings. You can find the valgrind trace

Re: [Development] QString, QVariant and QSQLite

2021-05-26 Thread Henry Skoglund
On 2021-05-26 21:39, Alberto Mardegan wrote: Hi there! I'm encountering some sort of memory corruption issue in a library I'm using, which does not cause a crash, but rather a QSQLite query to sometimes simply return no results, without errors or warnings. You can find the valgrind trace here

[Development] QString, QVariant and QSQLite

2021-05-26 Thread Alberto Mardegan
Hi there! I'm encountering some sort of memory corruption issue in a library I'm using, which does not cause a crash, but rather a QSQLite query to sometimes simply return no results, without errors or warnings. You can find the valgrind trace here: https://git.sailfishos.org/mer-core/qtcontacts

Re: [Development] Nominating Mikko Gronoff as approver

2021-05-26 Thread Ville Voutilainen
On Mon, 10 May 2021 at 10:10, Samuli Piippo wrote: > > Hi all, > > I'd like to nominate Mikko Gronoff as approver for the Qt Project. > Mikko has been tirelessly working together with the release team to > make sure the embedded releases are always better than the last one. > Although he is not ac

Re: [Development] Moving IRC from Freenode to Libera.Chat, voting thread

2021-05-26 Thread Ville Voutilainen
On Sat, 22 May 2021 at 04:09, Giuseppe D'Angelo via Development wrote: > > Hi, > > As detailed in the other thread, I'd like to gather lazy consensus for > moving the official IRC presence from Freenode to Libera.Chat. > > Please use this thread for voting ONLY. Apologies for all the formality, >

Re: [Development] New Qt Multimedia

2021-05-26 Thread Arnaud Vrac
Le mer. 26 mai 2021 à 14:11, Lars Knoll a écrit : > > Hi all, > > After 5 months of work, I am now preparing to merge the new API and > implementation for Qt Multimedia back into the development branch. > > You can find the first iteration of a merge commit here: > https://codereview.qt-project.

[Development] QWebEnginePage and Qt 6: protected virtual functions and signals

2021-05-26 Thread Benjamin TERRIER
Hi, I just saw this ticket: https://bugreports.qt.io/browse/QTBUG-74587 and this related gerrit change: https://codereview.qt-project.org/c/qt/qtwebengine/+/346723 I am not sure what to think about it. Sure it is nice to be able to customize a QWebEnginePage without deriving from it, but turning

Re: [Development] New Qt Multimedia

2021-05-26 Thread Jason H
> > 4. On the removal of QAbstractVideoFilter AND QVideoProbe: Disappointed to > > hear this. I previously used this for read-only frames for analysis, i.e. > > Barcode reading and object detection. How do we do that now? > > You can get full access to the video data from a QVideoSink through th

Re: [Development] New Qt Multimedia

2021-05-26 Thread Eike Hein
Exciting! Are there any plans to officially support the GStreamer backend on Android down the line (with building GStreamer as an acceptable exercise left to the user) or would work in that direction be appreciated by the module maintainer? At KDE, we have a couple of apps that use GStreamer AP

Re: [Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
> On 26 May 2021, at 16:47, Alexander Akulich > wrote: > > On Wed, May 26, 2021 at 5:25 PM Jason H wrote: >> >> 4. On the removal of QAbstractVideoFilter AND QVideoProbe: Disappointed to >> hear this. I previously used this for read-only frames for analysis, i.e. >> Barcode reading and obje

Re: [Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
> On 26 May 2021, at 16:24, Jason H wrote: > >> There are still open issues and gaps in the implementation that need fixing, >> but the code is now in a decent enough shape to merge it back to dev and >> continue on that branch. We will however now have everything ready in Qt >> Multimedia fo

Re: [Development] New Qt Multimedia

2021-05-26 Thread Alexander Akulich
On Wed, May 26, 2021 at 5:25 PM Jason H wrote: > > 4. On the removal of QAbstractVideoFilter AND QVideoProbe: Disappointed to > hear this. I previously used this for read-only frames for analysis, i.e. > Barcode reading and object detection. How do we do that now? I second that. QAbstractVideoF

Re: [Development] New Qt Multimedia

2021-05-26 Thread Jason H
> There are still open issues and gaps in the implementation that need fixing, > but the code is now in a decent enough shape to merge it back to dev and > continue on that branch. We will however now have everything ready in Qt > Multimedia for the 6.2 feature freeze, and will be working with a

Re: [Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
> On 26 May 2021, at 14:09, Lars Knoll wrote: [snip] > There are still open issues and gaps in the implementation that need fixing, > but the code is now in a decent enough shape to merge it back to dev and > continue on that branch. We will however now have everything ready in Qt > Multimedia

[Development] New Qt Multimedia

2021-05-26 Thread Lars Knoll
Hi all, After 5 months of work, I am now preparing to merge the new API and implementation for Qt Multimedia back into the development branch. You can find the first iteration of a merge commit here: https://codereview.qt-project.org/c/qt/qtmultimedia/+/351108 With this, Qt Multimedia is proba

Re: [Development] Moving IRC from Freenode to Libera.Chat, voting thread

2021-05-26 Thread Shawn Rutledge
> On 2021 May 22, at 03:06, Giuseppe D'Angelo via Development > wrote: > > Hi, > > As detailed in the other thread, I'd like to gather lazy consensus for moving > the official IRC presence from Freenode to Libera.Chat. > > Please use this thread for voting ONLY. Apologies for all the formal

Re: [Development] Changes to Freenode's IRC

2021-05-26 Thread Florian Bruhin
Hi, On Wed, May 19, 2021 at 04:17:49PM +0200, Giuseppe D'Angelo via Development wrote: > While Freenode won't shut down tomorrow morning, this still raises some > questions whether Qt wants to keep its community there or move to another > network. Well, turns out it did shut down some channels e

Re: [Development] Moving IRC from Freenode to Libera.Chat, voting thread

2021-05-26 Thread Oliver Wolff
On 22/05/2021 03:06, Giuseppe D'Angelo via Development wrote: Hi, As detailed in the other thread, I'd like to gather lazy consensus for moving the official IRC presence from Freenode to Libera.Chat. Please use this thread for voting ONLY. Apologies for all the formality, but what I thought

Re: [Development] Moving IRC from Freenode to Libera.Chat, voting thread

2021-05-26 Thread Florian Bruhin
Hi, On Sat, May 22, 2021 at 03:06:28AM +0200, Giuseppe D'Angelo via Development wrote: > This is EXCLUSIVELY asking whether to transfer the official IRC presence of > Qt Project channels from Freenode (current) to Libera.Chat. +1. I'll answer to the other thread with some context. Florian --