<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/recipes/gstreamer, branch v5.6.0</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-boot2qt.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.6.0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.6.0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2016-02-09T10:15:02+00:00</updated>
<entry>
<title>Update license headers</title>
<updated>2016-02-09T10:15:02+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-09T06:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e58e1e259754a721f108c3732d638c803ab70aaa'/>
<id>urn:sha1:e58e1e259754a721f108c3732d638c803ab70aaa</id>
<content type='text'>
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/dizzy' into dev</title>
<updated>2015-10-14T10:26:34+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-10-14T10:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=d63820dd03b527ee09141c636e474d9ceff7545b'/>
<id>urn:sha1:d63820dd03b527ee09141c636e474d9ceff7545b</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>gstreamer: default to gstreamer 1.0</title>
<updated>2015-10-01T11:12:33+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-09-30T07:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=87a7f6539f6bd00087f6aaf3a2514054069bbd87'/>
<id>urn:sha1:87a7f6539f6bd00087f6aaf3a2514054069bbd87</id>
<content type='text'>
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 &lt;teemu.holappa@theqtcompany.com&gt;
Reviewed-by: Laszlo Agocs &lt;laszlo.agocs@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>gstreamer: fix audio volume plugin</title>
<updated>2015-09-29T09:42:19+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-09-28T13:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=9597f61fc1bbf270965729d533306d10ef3c43ea'/>
<id>urn:sha1:9597f61fc1bbf270965729d533306d10ef3c43ea</id>
<content type='text'>
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 &lt;yoann.lopes@theqtcompany.com&gt;
Reviewed-by: Karim Pinter &lt;karim.pinter@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>gstreamer: make gstreamer version a DISTRO_FEATURE</title>
<updated>2015-06-19T08:07:23+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-03-31T07:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=43c3f03b7e9e1daf7ba408c704062a16c632a7da'/>
<id>urn:sha1:43c3f03b7e9e1daf7ba408c704062a16c632a7da</id>
<content type='text'>
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 &lt;eirik.aavitsland@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>gstreamer: include codec needed to play QtEE video in TI hardware</title>
<updated>2014-09-23T13:38:51+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@digia.com</email>
</author>
<published>2014-09-12T08:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=c756f993eb26dbcf306e23cedecf378b3c5f0bec'/>
<id>urn:sha1:c756f993eb26dbcf306e23cedecf378b3c5f0bec</id>
<content type='text'>
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 &lt;kalle.viironen@digia.com&gt;
</content>
</entry>
</feed>
