<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-multimedia, branch uninative-2.6</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-2.6</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-2.6'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2019-06-15T12:46:38+00:00</updated>
<entry>
<title>gstreamer1.0-libav: disable API documentation</title>
<updated>2019-06-15T12:46:38+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2019-06-14T15:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=27d60c5a812774f0e5c43161e5b514c4aebdf301'/>
<id>urn:sha1:27d60c5a812774f0e5c43161e5b514c4aebdf301</id>
<content type='text'>
With the latest gtk-doc release the gstreamer1.0-libav documentation fails to
build:

| gst-libav-plugins-docs.sgml:38: element include: XInclude error:
| could not load xml/tree_index.sgml, and no fallback was found

For the short term we can just disable the documentation.  The next upstream
release of gstreamer1.0-libav doesn't use gtk-doc anyway.

(From OE-Core rev: 27744ad292c9d7e57ebcf7c3c30acbd85aac77a4)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-python_1.16.0.bb: Override libpython dir</title>
<updated>2019-06-11T12:26:55+00:00</updated>
<author>
<name>Jaewon Lee</name>
<email>jaewon.lee@xilinx.com</email>
</author>
<published>2019-06-11T00:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c07435a83a45332cfe2639f5f09bf21e5ead19b5'/>
<id>urn:sha1:c07435a83a45332cfe2639f5f09bf21e5ead19b5</id>
<content type='text'>
As mentioned in upstream commit a2cf84affff8a78fdaa8fabcfa9b40be1936678e,
"gstpythonplugin hardcodes the location of the libpython from the build
workspace and then fails at runtime."

In other words, PYTHON_LIB_LOC was set to the recipe-sysroot-native dir
in the gstreamer1.0-python workspace on the host. Overriding
PYTHON_LIB_LOC with /usr/lib by adding --with-libpython-dir=${libdir} to
EXTRA_OECONF to fix this issue.

The error that was seen is:
** (gst-plugin-scanner:2343): CRITICAL **: 23:08:18.327: Couldn't
g_module_open libpython. Reason: ${project}/build/tmp/work/${arch}/
gstreamer1.0-python/1.14.4-r0/recipe-sysroot-native/usr/lib/libpython3.5m.so:
cannot open shared object file: No such file or directory

The comment continues and says "it still fails because it looks for
a symlinked library ending in .so instead of the actually library with
LIBNAME.so.MAJOR.MINOR. Although we could patch the code to use the path
we want, it will break again if the library version ever changes."
This isn't the case anymore as the package is deploying
/usr/lib/gstreamer-1.0/libgstpython.cpython-37m-i386-linux-gnu.so, a
versionless so.

(From OE-Core rev: ac1d6d55e9cc647caf104e94465e32cf25647ad1)

Signed-off-by: Jaewon Lee &lt;jaewon.lee@xilinx.com&gt;
Signed-off-by: Alejandro Enedino Hernandez Samaniego &lt;alejandr@xilinx.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>ffmpeg: add PACKAGECONFIG for mfx</title>
<updated>2019-06-04T22:09:25+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2019-06-04T07:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=691a7a32a66fa3c1914a80eff02c756ff20e856d'/>
<id>urn:sha1:691a7a32a66fa3c1914a80eff02c756ff20e856d</id>
<content type='text'>
Add option to build ffmpeg with support for Intel MediaSDK codecs. More
details on supported codecs available here:

https://trac.ffmpeg.org/wiki/Hardware/QuickSync

(From OE-Core rev: b7cfcce4d73e97fb591456ee1352a318393f89c3)

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-vaapi: upgrade to version 1.16.0</title>
<updated>2019-05-31T21:13:31+00:00</updated>
<author>
<name>Carlos Rafael Giani</name>
<email>crg7475@mailbox.org</email>
</author>
<published>2019-05-30T19:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e59bdafc654f4453933efeac0a7d33eeadc8d9d9'/>
<id>urn:sha1:e59bdafc654f4453933efeac0a7d33eeadc8d9d9</id>
<content type='text'>
(From OE-Core rev: d4fe719bf10b224b2dc6e484fd88f54b9bc581c5)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gst-validate: upgrade to version 1.16.0</title>
<updated>2019-05-28T09:47:02+00:00</updated>
<author>
<name>Philippe Normand</name>
<email>philn@igalia.com</email>
</author>
<published>2019-05-26T11:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c939ee37167b01f2e37c0851512d06f29d054ef6'/>
<id>urn:sha1:c939ee37167b01f2e37c0851512d06f29d054ef6</id>
<content type='text'>
(From OE-Core rev: 680969d403e2e5574277ec92b67e92c3bbbdaa5f)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-python: upgrade to version 1.16.0</title>
<updated>2019-05-28T09:47:02+00:00</updated>
<author>
<name>Philippe Normand</name>
<email>philn@igalia.com</email>
</author>
<published>2019-05-26T11:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9010a2f3a973ccac7f364495d6c356d6b5be99fa'/>
<id>urn:sha1:9010a2f3a973ccac7f364495d6c356d6b5be99fa</id>
<content type='text'>
(From OE-Core rev: 892227fd1bf78a6c8c481e89c862e142d53c8062)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-rtsp-server: upgrade to version 1.16.0</title>
<updated>2019-05-28T09:47:02+00:00</updated>
<author>
<name>Philippe Normand</name>
<email>philn@igalia.com</email>
</author>
<published>2019-05-26T11:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=deb421ffbc155156acc25846f0e41ebaa6d2559d'/>
<id>urn:sha1:deb421ffbc155156acc25846f0e41ebaa6d2559d</id>
<content type='text'>
* 0001-Don-t-hardcode-libtool-name-when-using-introspection.patch
  Removed since this was fixed in 1.16.0 similarly to the fixes to
  -base and -bad in https://bugzilla.gnome.org/show_bug.cgi?id=726571

(From OE-Core rev: 2017a3292cac1fd4e7ea1ad4fef0d97806c31b95)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-libav: upgrade to version 1.16.0</title>
<updated>2019-05-28T09:47:02+00:00</updated>
<author>
<name>Carlos Rafael Giani</name>
<email>crg7475@mailbox.org</email>
</author>
<published>2019-05-26T11:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dd816ac41cfb7de3a7318262b2e251f01a1e3c21'/>
<id>urn:sha1:dd816ac41cfb7de3a7318262b2e251f01a1e3c21</id>
<content type='text'>
(From OE-Core rev: 470cfb397b213025f9faf231d3886fd7db90aaf4)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-omx: upgrade to version 1.16.0</title>
<updated>2019-05-28T09:47:02+00:00</updated>
<author>
<name>Philippe Normand</name>
<email>philn@igalia.com</email>
</author>
<published>2019-05-26T11:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7d475c6768771860149626973bc1c4422ab27e69'/>
<id>urn:sha1:7d475c6768771860149626973bc1c4422ab27e69</id>
<content type='text'>
(From OE-Core rev: 83ac54ff9ecf44f15182460d29ff4183f32ee343)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gstreamer1.0-plugins-ugly: upgrade to version 1.16.0</title>
<updated>2019-05-28T09:47:02+00:00</updated>
<author>
<name>Carlos Rafael Giani</name>
<email>crg7475@mailbox.org</email>
</author>
<published>2019-05-26T11:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3b50dbc290c733b7b8f137291f417d3ffa2c774a'/>
<id>urn:sha1:3b50dbc290c733b7b8f137291f417d3ffa2c774a</id>
<content type='text'>
(From OE-Core rev: 9f1277bd99115af0cdfbb56a1db9c6393f3ebbab)

Signed-off-by: Philippe Normand &lt;philn@igalia.com&gt;
Signed-off-by: Carlos Rafael Giani &lt;crg7475@mailbox.org&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
