diff options
| author | Yuqing Zhu <carol.zhu@nxp.com> | 2018-08-06 17:23:31 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-07 17:24:35 -0300 |
| commit | 13bdb940a49f3ac9c32d909368f84bcdae71d341 (patch) | |
| tree | 62246245822d76351ebf451226c380419d2e0362 /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.14.imx/0003-riff-add-missing-include-directories-when-calling-in.patch | |
| parent | 680d8e12c8a3a3e9dfdd33e00fca0328c890eac9 (diff) | |
| download | meta-freescale-13bdb940a49f3ac9c32d909368f84bcdae71d341.tar.gz | |
gstreamer1.0-plugins-base: Upgrade to v1.14.imx
Add GST_GL_API ahead api to export symbol
add include "gstglfuncs.h" when need call gl api.
Add ion dmabuf support in glupload/gldownload.
Add fullRange to hdr10 metadata.
Move gstimxcommon.h into base for imx specified dev.
Add imx physical memory allocator.
Fix glplugin not build in wayland backend.
Patch update to fix applying conflicts.
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.14.imx/0003-riff-add-missing-include-directories-when-calling-in.patch')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.14.imx/0003-riff-add-missing-include-directories-when-calling-in.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.14.imx/0003-riff-add-missing-include-directories-when-calling-in.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.14.imx/0003-riff-add-missing-include-directories-when-calling-in.patch new file mode 100644 index 000000000..9b66f7f49 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base-1.14.imx/0003-riff-add-missing-include-directories-when-calling-in.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From 3c2c2d5dd08aa30ed0e8acd8566ec99412bb8209 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Mon, 26 Oct 2015 17:29:37 +0200 | ||
| 4 | Subject: [PATCH 3/4] riff: add missing include directories when calling | ||
| 5 | introspection scanner | ||
| 6 | |||
| 7 | Upstream-Status: Pending [review on oe-core maillist] | ||
| 8 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 9 | --- | ||
| 10 | gst-libs/gst/riff/Makefile.am | 2 ++ | ||
| 11 | 1 file changed, 2 insertions(+) | ||
| 12 | |||
| 13 | diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am | ||
| 14 | index 0a115cc..5057a58 100644 | ||
| 15 | --- a/gst-libs/gst/riff/Makefile.am | ||
| 16 | +++ b/gst-libs/gst/riff/Makefile.am | ||
| 17 | @@ -39,6 +39,8 @@ libgstriff_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) | ||
| 18 | # --strip-prefix=Gst \ | ||
| 19 | # --warn-all \ | ||
| 20 | # --c-include "gst/riff/riff.h" \ | ||
| 21 | +# -I$(top_srcdir)/gst-libs \ | ||
| 22 | +# -I$(top_builddir)/gst-libs \ | ||
| 23 | # --add-include-path=$(builddir)/../tag \ | ||
| 24 | # --add-include-path=$(builddir)/../audio \ | ||
| 25 | # --add-include-path=$(PKG_CONFIG_SYSROOT_DIR)`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \ | ||
| 26 | -- | ||
| 27 | 2.6.2 | ||
| 28 | |||
