summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* Fix mir detectionLars Knoll2016-11-232-6/+3
* Cleanup all maemo/meego specific codeLars Knoll2016-11-1412-243/+9
* Move qtmultimedia over to the new config systemLars Knoll2016-11-143-22/+10
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-111-6/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-6/+6
| |\
| | * GStreamer: emit mediaStatus changes before state changesYoann Lopes2016-10-061-6/+6
* | | GStreamer: Support video probe on QCameraDaniel Nicoletti2016-09-233-4/+16
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-09-231-1/+12
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-011-1/+4
| |\|
| | * Resource leak fixedJesus Fernandez2016-07-251-1/+4
* | | GStreamer: support cover artTasuku Suzuki2016-07-261-0/+1
|/ /
* | 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-075-17/+15
|\|
| * remove redundant statements from project filesOswald Buddenhagen2016-02-251-1/+0
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-254-16/+15
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-11/+16
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-212-11/+16
| |\
| | * GStreamer: fix GstAppSrc usage.Yoann Lopes2016-01-192-11/+16
* | | Updated license headersAntti Kokko2016-01-1996-1346/+1922
* | | 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-1514-37/+51
* | | fix expensive iteration over QMap::keys() and QHash::keys()Anton Kudryavtsev2016-01-142-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-11-2013-18/+151
|\|
| * Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-1913-18/+151
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-2/+2
|\|
| * GStreamer camerabin: always provide the zoom control.Yoann Lopes2015-10-281-2/+2
* | QtMultimedia: Fix build with CONFIG+=use_gstreamer_camera optionDenis Shienkov2015-11-111-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-10-207-20/+35
|\|
| * GStreamer: fix compilation with version < 0.10.31.Yoann Lopes2015-10-207-20/+35
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-247-24/+20
|\|
| * GStreamer: refactored widget and window control.Yoann Lopes2015-08-183-14/+12
| * Avoid races when sending EOSRicardo Salveti de Araujo2015-08-181-2/+2
| * GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-133-8/+6
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-093-82/+37
|\|
| * GStreamer: use QMediaStorageLocation to generate capture file names.Yoann Lopes2015-08-042-70/+14
| * GStreamer: fix possible integer overflow in comparison.Yoann Lopes2015-08-041-1/+1
| * GStreamer: fix supported values returned by CameraBinImageProcessing.Yoann Lopes2015-07-141-11/+22
* | Use QSet::intersects() instead of QSet::intersect()Sergio Martins2015-05-301-2/+2
|/
* QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-072-27/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-246-5/+51
|\
| * GStreamer: improved logic for window and widget controls usage.Yoann Lopes2015-02-186-5/+51
* | GStreamer: some improvements with the camerabin's capture settings.Yoann Lopes2015-02-183-30/+44
* | 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