summaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer1.0: patch was applied upstreamSamuli Piippo2016-09-122-55/+0
| | | | | Change-Id: Ib45f8818ab568674e0aeda3b528bf7451e00506b Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-185-35/+75
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-095-28/+89
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-10-144-0/+96
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dizzy: Patch and update ostree Build nativesdk-ostree gstreamer: fix audio volume plugin Revert "toradex: move to V2.4 branch" Add ostree, dracut and libgsystem recipes. otf-noto: update url and add correct license qt5: add workaround for gcc's internal compiler error Use 5.5.1 branch for meta-qt5 qt5: use the new base bbclass to get qt.conf generated qt5-addons: update source revisions b2qt-addons: update source revisions Fix font file access rights Change-Id: Iea75ad7f958e2ae72e6d40ff35dd8b669d4730ce
| * gstreamer: fix audio volume pluginv5.5.1Samuli Piippo2015-09-294-0/+96
| | | | | | | | | | | | | | | | | | | | | | Setting volume is broken on ARM when compiled with GCC 4.9, where anything but max volume (1.0) turns into mute. Patches taken from https://community.freescale.com/thread/350584 Change-Id: I43fe71fdb62bdeed066ec468ffe70f39e950843e Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com> Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com>
* | gstreamer: default to gstreamer 1.0Samuli Piippo2015-10-011-0/+1
|/ | | | | | | | | | | | | | Fix QA error with gstreamer plugins: ERROR: QA Issue: gstreamer1.0-plugins-ugly: Files/directories were installed but not shipped Emulator does not actually provide opengl, so remove it from DISTRO_FEATURES. gstreamer1.0-plugins-bad build would otherwise fail. Change-Id: I88e157f29ab1a29055fcbd4d2cd7850ca43efead Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* gstreamer: make gstreamer version a DISTRO_FEATURESamuli Piippo2015-06-192-0/+2
| | | | | | | | | | | | | GStreamer version can now be changed using a DISTRO_FEATURE: 'gstreamer010' for GStreamer 0.10 and 'gstreamer' for GStreamer 1.0 This can also be used to remove all gstreamer packages from image and toolchain. Default version is still the old 0.10 Change-Id: I54b19962ccd0dfd2f71bb44e231bf5af43ccfab9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* gstreamer: include codec needed to play QtEE video in TI hardwareSamuli Piippo2014-09-231-0/+1
iMX6 devices have dsp codec that are able to play the video, but TI hardware don't have this, so add software codecs instead. Change-Id: I6192b042f8e1ea219486a948e075250e09790def Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>