summaryrefslogtreecommitdiffstats
path: root/src/gsttools
Commit message (Expand)AuthorAgeFilesLines
* Gstreamer: Fix undeclared identifier QGstVideoRendererSink in 0.10 verVaL Doroshchuk2018-09-251-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-alpha1Qt Forward Merge Bot2018-09-082-5/+10
|\
* | Gstreamer: Introduce custom pipelineVaL Doroshchuk2018-08-305-61/+147
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-301-1/+1
|\|
| * Gstreamer: Set video-profile to CameraBin before GST_STATE_READYVaL Doroshchuk2018-08-221-1/+1
* | Gstreamer: Allow to use gst specific featuresVaL Doroshchuk2018-08-293-2/+2508
|/
* Gstreamer: Use gst_bus_remove_watch() instead of g_source_remove()Peter Seiderer2018-07-251-0/+4
* Fix comment endThiago Macieira2018-04-271-1/+1
* Doc: Fix documentation warningsTopi Reinio2018-04-191-2/+7
* Gstreamer: Fix leak in prepare-window-handle messageVaL Doroshchuk2018-03-211-1/+3
* Gstreamer: Fix setting vaapi sink propertiesVaL Doroshchuk2018-03-211-107/+288
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-061-5/+4
|\
| * GStreamer: Always notify CameraBinSession if a device has been selectedVaL Doroshchuk2017-12-051-5/+4
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-271-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-271-1/+2
| |\
| | * GStreamer: Fix V4L input queryVaL Doroshchuk2017-10-091-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-191-4/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Christian Strømme2017-09-261-4/+2
| |\|
| | * GStreamer: fix video output stopping when the main thread is blockedYoann Lopes2017-09-221-4/+2
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
|/ /
* | Fix warnings about casting between QString and narrow characterThiago Macieira2017-07-182-41/+41
* | turn QGstTools into a proper private moduleJochen Seemann2017-06-121-9/+6
* | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-201-1/+1
|/
* Build fix for -no-feature-timezonePaul Olav Tvete2017-03-201-2/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-103-14/+9
|\
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-273-14/+9
* | GStreamer: Add missing override and remove redundant virtualAlexander Volkov2016-12-131-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-123-627/+13
|\|
| * Fix mir detectionLars Knoll2016-11-231-2/+1
| * Cleanup all maemo/meego specific codeLars Knoll2016-11-143-597/+0
| * Move qtmultimedia over to the new config systemLars Knoll2016-11-141-28/+12
* | GStreamer: move suggestedFileExtension() out of camerabin pluginYoann Lopes2016-08-231-0/+34
* | GStreamer: improve QGstCodecsInfoYoann Lopes2016-08-231-71/+129
|/
* Adjust to qtConfig() changes in qtbaseLars Knoll2016-08-191-2/+2
* GStreamer: support cover artTasuku Suzuki2016-07-261-0/+16
* GStreamer: support date time type in metadataTasuku Suzuki2016-07-261-0/+19
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Make qtmultimedia 5.6 branch compile without c++11:nullptr usageRalf Nolden2016-05-171-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-20/+20
|\|
| * Fix gstreamer camera when env var QT_NO_GLIB is setSergio Martins2016-03-021-20/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-16/+23
|\|
| * GStreamer: fix GstAppSrc usage.Yoann Lopes2016-01-191-16/+23
* | Updated license headersAntti Kokko2016-01-1923-322/+460
* | QGstTools: replace foreach with range-based forAnton Kudryavtsev2016-01-155-22/+31
|/
* Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-191-0/+10
* GStreamer: fix compilation with version < 0.10.31.Yoann Lopes2015-10-203-10/+105
* GStreamer: refactored widget and window control.Yoann Lopes2015-08-184-400/+551
* GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-131-0/+11
* GStreamer: remove unnecessary qWarning().Yoann Lopes2015-06-021-2/+0
* GStreamer: flush the current frame when stopping a media player.Yoann Lopes2015-05-272-8/+101