summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinsession.cpp
Commit message (Expand)AuthorAgeFilesLines
* CameraBin: unset GValues after finish using themRatchanan Srirattanamet2020-09-111-0/+3
* Gstreamer: Negotiate default settings before encoding container profileVaL Doroshchuk2019-01-111-2/+2
* 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-081-38/+42
* Gstreamer: Emit an error if QCamera::start() failsVaL Doroshchuk2018-03-211-3/+11
* Replace deprecated qSort() by std::sort()Friedemann Kleint2018-02-281-2/+4
* Revert "GStreamer: Prevent calling CameraBinSession::setStateHelper twice"v5.10.1VaL Doroshchuk2018-02-051-5/+2
* 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
|/
* Gstreamer: Fix memory leak in CameraBinSessionVaL Doroshchuk2017-11-081-4/+11
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-6/+8
|\
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-271-6/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-111-0/+7
|\|
| * GStreamer: Support video probe on QCameraDaniel Nicoletti2016-09-231-0/+7
* | GStreamer: move suggestedFileExtension() out of camerabin pluginYoann Lopes2016-08-231-1/+1
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-101-1/+2
|\
| * GStreamer camerabin: return the proper camera sourceZhang Xingtao2016-04-281-1/+2
* | Updated license headersAntti Kokko2016-01-191-14/+20
* | Gstreamer plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-151-4/+4
|/
* Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-191-3/+46
* GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-131-4/+2
* GStreamer: use QMediaStorageLocation to generate capture file names.Yoann Lopes2015-08-041-67/+12
* GStreamer: fix possible integer overflow in comparison.Yoann Lopes2015-08-041-1/+1
* GStreamer: some improvements with the camerabin's capture settings.Yoann Lopes2015-02-181-24/+39
* GStreamer: improve camerabin audio settings checking.Yoann Lopes2015-02-181-3/+3
* GStreamer camerabin: don't recreate camera source on device change.Yoann Lopes2015-02-181-33/+34
* GStreamer: remove unused function and enum.Yoann Lopes2015-02-181-5/+0
* GStreamer: runtime check for controls that require GstPhotography.Yoann Lopes2015-02-181-8/+35
* GStreamer: implemented QCameraViewfinderSettingsControl2.Yoann Lopes2015-02-181-91/+205
* GStreamer: fix camerabin state and status changes.Yoann Lopes2015-02-181-67/+118
* Update copyright headersAntti Kokko2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devYoann Lopes2015-01-191-0/+35
|\
| * Add resolution and fps on mfw_v4lsrcLaszlo Agocs2015-01-121-0/+36
* | GStreamer: port to 1.0.Yoann Lopes2014-11-271-219/+120
|/
* Add QT_GSTREAMER_CAMERABIN_VIDEOSRC environment variable.Yoann Lopes2014-10-301-2/+34
* GStreamer: fix QMediaRecorder::duration() when recording with a camerav5.4.0-beta1Yoann Lopes2014-10-031-6/+14
* Implement encoder settings in camerabin backend.Andrew den Exter2014-09-111-0/+37
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Provide face and orientation info from gstreamer camera backend.Andrew den Exter2014-07-121-20/+12
* GStreamer: correctly handle URLs from QMediaRecorder::setOutputLocationYoann Lopes2014-07-031-2/+8
* GStreamer: fix memory leaks.Yoann Lopes2014-03-211-8/+14
* GStreamer: Remove tags when an invalid QVariant is assigned.Andrew den Exter2014-03-061-0/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-79/+111
|\
| * Fix incorrect/missing application of recording settings in camerabin.Andrew den Exter2014-01-171-7/+34
| * Fix writing orientation and date exif tags in camerabin.Andrew den Exter2014-01-171-3/+16
| * Allow the user to specify the viewfinder resolution instead of guessingAndrew den Exter2014-01-171-69/+61