- 16 Apr, 2019 - 1 commit
-
-
Topi Reinio authored
- GstTools has some (internal) documentation, but was causing a number of warnings with QDoc's clang parser - exclude it from the documentation build. - Remove direct links from example documentation to individual example files; they no longer work. - Fix navigation for QML types; The main QML types pages did not list types for QtAudioEngiine. - Use \QtMinorVersion macro to make the documented import versions follow the minor Qt version. - Fix \since usage to be consistent throughout. - Fix linking issues for QML properties/methods - Minor language fixes Change-Id: I735cd13fa6dedd6bf06d6b6ef50ce2e0d69a545b Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- 11 Apr, 2019 - 1 commit
-
-
Kai Koehne authored
This complements 7ca4b60a . Change-Id: I119b65a77270a653ca7be293c652acd4b9df2552 Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- 10 Apr, 2019 - 3 commits
-
-
Liang Qi authored
Conflicts: tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp Done-with: Val Doroshchuk <valentyn.doroshchuk@qt.io> Change-Id: I745dd948c1e98180115f85c17bef802351bbdb6b
-
Val Doroshchuk authored
pause() should reset position to the beginning after EOS. Fixes tst_QMediaPlayerBackend::processEOS Task-number: QTBUG-65574 Change-Id: I4802102bde657d7a3dde0b426c335b021207ae08 Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
Val Doroshchuk authored
A frame must be presented until pause/play is called. Fixes tst_QMediaPlayerBackend::seekPauseSeek Task-number: QTBUG-65574 Change-Id: I6946c5a5977c44fed80abce364a4222845898016 Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
- 08 Apr, 2019 - 1 commit
-
-
Val Doroshchuk authored
Currently if the device gets opened, also its volume is set to 100%. The volume should be set only if it has been requested. Change-Id: I9dc4ab29ad71f3ac6556c6dd32c7b8e5d69efab2 Fixes: QTBUG-75024 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@qt.io>
-
- 05 Apr, 2019 - 1 commit
-
-
Friedemann Kleint authored
tst_qvideoframe.cpp:736:68: warning: 'int QImage::byteCount() const' is deprecated: Use sizeInBytes [-Wdeprecated-declarations] videowidget.cpp:103:49: warning: ‘const QBrush& QPalette::background() const’ is deprecated: Use QPalette::window() instead [-Wdeprecated-declarations] videowidget.cpp:111:62: warning: ‘const QBrush& QPalette::background() const’ is deprecated: Use QPalette::window() instead [-Wdeprecated-declarations] Change-Id: If6ba7de74c695cb5405ef7d3f9c5be8f94e3e522 Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- 03 Apr, 2019 - 5 commits
-
-
Val Doroshchuk authored
android/media/AudioTrack::getMinBufferSize might return an error instead of a size. Task-number: QTBUG-73583 Change-Id: I52e2d214ab7065bcea9d983979bb0b83717428af Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
Val Doroshchuk authored
Fixes tst_QCameraBackend::testVideoRecording. Since QMediaRecorder::FinalizingStatus could be sent immediately, it is sane to wait for final QMediaRecorder::LoadedStatus only. But added a fix to check if the FinalizingStatus has been emitted. Task-number: QTBUG-73582 Change-Id: I63fc6b1951a712215ee5d982233924a79ac1c124 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Andy Shaw <andy.shaw@qt.io> Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
Val Doroshchuk authored
If the camera is ready for capture -> QMediaRecorder::LoadedStatus. If CaptureVideo is changed to CaptureStillImage -> StoppedState and UnloadedStatus. If camera's status is StoppingStatus -> StoppedState and UnloadedStatus. If camera's status is LoadingStatus -> LoadingStatus. If recording is requested -> RecordingState and RecordingStatus. If recording is audio-only -> immediately LoadedStatus, before start and after stop. Fixes tst_QCameraBackend::testVideoRecording Task-number: QTBUG-73582 Change-Id: I976c4e3afab529e0949571c4002e9ceba74cac97 Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
Val Doroshchuk authored
Since androiddeployqt is looking for qml modules in qml/js files only, it is unable to deploy qml plugins for inline qml from cpp. Hence modules are never found while compiling inline qml. Fixes tst_QDeclarativeVideoOutputWindow and tst_QDeclarativeVideoOutput Fixes: QTBUG-73597 Fixes: QTBUG-73598 Change-Id: I43dc1ac38522779ff37f04b055a41b2c05eb7619 Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
Val Doroshchuk authored
Since TESTDATA files are not deployed to device, need to add them to qrc. Task-number: QTBUG-73583 Change-Id: Ie0b934b1d9bd46f8748ca93a3502ef1643271217 Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
- 02 Apr, 2019 - 1 commit
-
-
Val Doroshchuk authored
QCameraImageCapture::imageCaptured is also async and could be delivered after QCameraImageCapture::imageSaved. Fixes tst_QCameraBackend::testCameraCapture and tst_QCameraBackend::testCaptureToBuffer Change-Id: I47ee22c39cd2570f20a3e75a80249ed16ca52d0e Fixes: QTBUG-73582 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
- 01 Apr, 2019 - 1 commit
-
-
Ihor Dutchak authored
DirectShowCameraZoomControl sets camera zoom level to 1x each time, when camera goes into LoadedStatus (e.g. on stream stop), which is inconveniant, specially if camera has physical remote, and zoom level may be changed externally. Disable this behavior, if zoom level was not requested explicitly by zoomTo(...) function from client code. Fixes: QTBUG-74180 Change-Id: I99ff76af04f80c630a0c397db5713e6706ebf175 Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io> Reviewed-by:
Ihor Dutchak <ihor.youw@gmail.com>
-
- 28 Mar, 2019 - 2 commits
-
-
Val Doroshchuk authored
Fixes tst_QCameraBackend::testCaptureMode. Change-Id: I2f6486102ebcbf7e1ab0feea8c13658772d5b90f Fixes: QTBUG-73582 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Oliver Wolff authored
Using the lowest supported resolution yields ugly results and has weird side effects (green bars). If no resolution is explicitly given, we should use the maximum supported solution for preview as well as capture. Task-number: QTBUG-72874 Change-Id: Ie0fae65180e66156c6de468f2cabb9122fe665ba Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- 27 Mar, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Conflicts: .qmake.conf Change-Id: Ie0a7534d518cd5758119edc77d8275ac3da2037c
-
- 25 Mar, 2019 - 3 commits
-
-
VaL Doroshchuk authored
Since QCameraInfo uses deviceControl and infoControl to get info about camera, it needs to clear these controls if the camera failed to find a device by name. Change-Id: I1404f70234f978fa4568b6c883a5676f61e08145 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 42932e1a)
-
Roland Rossgotterer authored
Previously, QSoundEffect logged a warning if the source could not be decoded, but without mentioning the source it tried to decode. When using multiple QSoundEffects in one application, adding the source to the warning will help to find the one causing the decode error. Change-Id: I4c6bbdfe4a62f650b64ab951bcc637febedae98e Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io> Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Val Doroshchuk authored
Added using the headers from QNetworkRequest to be sent together with the request for the data in MediaPlayer::setDataSource. The MediaPlayer requires also a Context object, together with headers, to resolve the Uri. It will try to find a content provider. Since no content providers are implemented, this produces a warning: "MediaPlayer: Couldn't open file on client side; trying server side: java.io.FileNotFoundException: No content provider" Task-number: QTBUG-74073 Change-Id: I1566953b523e84400882ba9d3a968cec6b4a61cf Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- 21 Mar, 2019 - 1 commit
-
-
Kari Oikarinen authored
Change-Id: I36778f9d06291356d949b25acb3cee767ba90aee
-
- 18 Mar, 2019 - 1 commit
-
-
Richard Oehlinger authored
This fixes an compile failure introduced in commit 67c4ec55 . Fixes: QTBUG-74475 Change-Id: I0dabb72f8b5cdd75336b15515381ff9d9442788f Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- 16 Mar, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I8cb32311f9a43f3ae9c6890cc875bcc66088a56c
-
- 15 Mar, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ic3485054ca68580cd2bf08e37262ad92073f00c8
-
- 11 Mar, 2019 - 1 commit
-
-
Val Doroshchuk authored
Change-Id: Iab522426786a0244bf23cf889e08b5c52550eb39 Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@qt.io>
-
- 02 Mar, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ia2f6f90c44bb360810124bcfab558661a2644880
-
- 28 Feb, 2019 - 1 commit
-
-
Kai Koehne authored
Task-number: QTBUG-73739 Change-Id: Ib9489bd9af646bcbf296d88dd3bc9664dc2bd284 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-
- 26 Feb, 2019 - 2 commits
-
-
VaL Doroshchuk authored
Made the QtAudioEngine import always available under the latest Qt minor version import QtAudioEngine 1.13 for 5.13 Task-number: QTBUG-74031 Change-Id: I14f602a5c59a6a6906aeeda8644e64dae36312e3 Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Kai Koehne authored
Since change 871a097d QtMultimedia is registered with the latest Qt minor version, but the documentation wasn't updated yet. Change-Id: I58eb629c5a2851f83231891b2e219210d79c862c Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-
- 25 Feb, 2019 - 1 commit
-
-
VaL Doroshchuk authored
Change-Id: Ie7982232af45fd09a46854c96d7c7d6672857a97 Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
- 23 Feb, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I7a99bdc1300e3e19c85967bf67da3481a259e3c1
-
- 22 Feb, 2019 - 3 commits
-
-
VaL Doroshchuk authored
Prevents src/multimedia/playback/qmediacontent.cpp:286:30: warning: ‘QMediaResource QMediaContent::canonicalResource() const’ is deprecated [-Wdeprecated-declarations] src/multimedia/playback/qmediacontent.cpp:299:30: warning: ‘QMediaResource QMediaContent::canonicalResource() const’ is deprecated [-Wdeprecated-declarations] Change-Id: Ifd112f38dc300ea83785d52eac83a40cda2b492d Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
VaL Doroshchuk authored
When multiple pipelines are created, and one of these gets recreated, it picks up the last set surface. This is incorrect, as it needs a surface belonging to the current renderer. This patch sets the surface before creating pipelines, retrieving it from the current renderer. Task-number: QTBUG-73557 Change-Id: I0811f7262a0eca57e01361a55515351127520064 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
Antti Kokko authored
+ a29d83ff Gstreamer: Negotiate default settings before encoding container profile + 4617faa7 Migrate QGstUtils to use QRegularExpression + 0caa716a Bump version + 37345cd5 WavFile example: fix indentation + 4e8e4798 WavFile example: drop needless includes + 67c4ec55 Gstreamer: Set custom pipeline using url + 3c2e902e Fix comment for YUV fragment shaders + 26ffdc55 Android: Fix memory leak of GL resources + 5c8ed3a6 DirectShow: Fix crash when camera is being destroyed + 86172a75 gpu_vivante depends on opengles2 and gui + d6c69017 Fix crash in player example when close the window while playing + a8ebc9c9 Do not ignore tst_*.qml + a7f01cea Fix static build on Windows + 4e47d0a7 Gstreamer: Fix compilation error with 0.10 version Change-Id: I0348a27c2757eab0336fbf024523d5502960dd58 Reviewed-by:
Christian Strømme <christian.stromme@qt.io>
-
- 16 Feb, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I947a3b4aaf39e56b9505ae802b8b31c718922639
-
- 14 Feb, 2019 - 2 commits
-
-
Val Doroshchuk authored
Task-number: QTBUG-73740 Change-Id: I1de087b63f65bab39351d5446254a8d1832e88c3 Reviewed-by:
Andy Shaw <andy.shaw@qt.io>
-
Val Doroshchuk authored
To reproduce: set QT_OPENGL=angle Reverts d662241b and 0eef4ec9 Task-number: QTBUG-73755 Change-Id: I403064b557b7c3650b9879b10241ac68b7457b27 Reviewed-by:
Liang Qi <liang.qi@qt.io>
-
- 12 Feb, 2019 - 2 commits
-
-
Val Doroshchuk authored
Change-Id: I9bc5ca4e6aba49400acc26569b9c99119f31dbac Reviewed-by:
Liang Qi <liang.qi@qt.io>
-
Val Doroshchuk authored
Task-number: QTBUG-73755 Change-Id: Icadaf43599f0369524416ab5f3a38f7612205cc6 Reviewed-by:
Liang Qi <liang.qi@qt.io>
-
- 11 Feb, 2019 - 1 commit
-
-
Kai Koehne authored
Fixes: QTBUG-73464 Change-Id: I5d1052dec14bbe6ee69b348352991d14d63b9c76 Reviewed-by:
VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-