[Interest] DB Nested Transactions and SQLite driver

2019-08-05 Thread Petric Frank
Hello, does the SQLite driver support nested transactions ? I looked at the docs. What i found so far: SQLite itself supports transactions, but no nested ones using the "BEGIN TRANSACTION" SQL statement. Instead you have to use the SQL statements - SAVEPOINT - RELEASE - ROLLBACK TO as docume

[Interest] Qt 5.13: how to properly enable gstreamer for Windows?

2019-08-05 Thread Alexander Ivash
I followed the instructions for Qt blog post and compiled gstreamer plugin but now can't make Qt to use gstreamer backend. I put putenv("QT_DEBUG_PLUGINS=1"); putenv("QT_MULTIMEDIA_PREFERRED_PLUGINS=gst"); at the beginning of main.cpp but seems like Qt still using directshow. What is wr