summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin
Commit message (Expand)AuthorAgeFilesLines
* Gstreamer: Set video-profile to CameraBin before GST_STATE_READYVaL Doroshchuk2018-08-221-9/+11
* Gstreamer: Fix gst_mini_object_unref: assertion refcount > 0 failedVaL Doroshchuk2018-08-221-1/+0
* Gstreamer: Fix crash when resolution or frame rates are requestedVaL Doroshchuk2018-08-221-0/+11
* Gstreamer: Use gst_parse_launch in QT_GSTREAMER_CAMERABIN_VIDEOSRCVaL Doroshchuk2018-06-201-5/+13
* CameraBin: Postpone fetching supported viewfinder settingsVaL Doroshchuk2018-05-082-40/+43
* Gstreamer: Emit an error if QCamera::start() failsVaL Doroshchuk2018-03-211-3/+11
* Remove unreachable codeJesus Fernandez2018-03-201-2/+0
* Replace deprecated qSort() by std::sort()Friedemann Kleint2018-02-281-2/+4
* Merge remote-tracking branch 'origin/5.10.1' into 5.11v5.11.0-alpha1Liang Qi2018-02-141-5/+2
|\
| * Revert "GStreamer: Prevent calling CameraBinSession::setStateHelper twice"v5.10.1VaL Doroshchuk2018-02-051-5/+2
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-061-3/+9
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-061-2/+5
| |\
| | * GStreamer: Prevent calling CameraBinSession::setStateHelper twiceVaL Doroshchuk2017-12-141-2/+5
| * | GStreamer: Emit an error if no input device provided for QCameraVaL Doroshchuk2017-12-051-1/+4
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-4/+11
|\|
| * Gstreamer: Fix memory leak in CameraBinSessionVaL Doroshchuk2017-11-081-4/+11
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-271-1/+3
|\|
| * Fix memory leak in CameraBinImageCaptureChristian Strømme2017-09-291-1/+3
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-272-2/+2
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-3/+32
|\
| * GStreamer: improve the list of default recording formatsYoann Lopes2017-03-301-3/+32
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1016-87/+92
|\|
| * Drop unused QProcess includeUlf Hermann2017-03-021-1/+0
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-2716-86/+92
* | GStreamer camerabin: Add missing override and remove redundant virtualAlexander Volkov2016-12-1323-119/+119
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-127-207/+11
|\|
| * Cleanup all maemo/meego specific codeLars Knoll2016-11-147-203/+7
| * Move qtmultimedia over to the new config systemLars Knoll2016-11-141-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-114-5/+28
|\|
| * GStreamer: Support video probe on QCameraDaniel Nicoletti2016-09-233-4/+16
| * Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-09-221-1/+12
| |\
| | * GStreamer: print a warning when the camerabin plugin is missingYoann Lopes2016-09-211-1/+12
* | | GStreamer: move suggestedFileExtension() out of camerabin pluginYoann Lopes2016-08-233-37/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-011-1/+4
|\|
| * Resource leak fixedJesus Fernandez2016-07-251-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-103-7/+19
|\|
| * GStreamer camerabin: return the proper camera sourceZhang Xingtao2016-04-283-7/+19
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-4/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Updated license headersAntti Kokko2016-01-1950-702/+1002
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-156-26/+551
|\|
| * GStreamer: Add color balance and sharpening adjustments using V4L2Denis Shienkov2015-12-103-11/+124
| * GStreamer: Adjust the camera's manual color temperature through V4L2Denis Shienkov2015-12-106-16/+428
* | Gstreamer plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-157-20/+29
* | fix expensive iteration over QMap::keys() and QHash::keys()Anton Kudryavtsev2016-01-141-2/+2
|/
* Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-1912-14/+150
* GStreamer camerabin: always provide the zoom control.Yoann Lopes2015-10-281-2/+2
* GStreamer: refactored widget and window control.Yoann Lopes2015-08-181-5/+4
* GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-133-8/+6
* GStreamer: use QMediaStorageLocation to generate capture file names.Yoann Lopes2015-08-042-70/+14