]> code.ossystems Code Review - meta-freescale.git/blob
44633cf91ae95790059704711e0b1181b49e061d
[meta-freescale.git] /
1 From 4f73ba8dde190b0e2d3a7a16b394762f7459ca31 Mon Sep 17 00:00:00 2001
2 From: Haihua Hu <jared.hu@nxp.com>
3 Date: Fri, 5 Aug 2016 17:04:02 +0800
4 Subject: [PATCH] [MMFMWK-7259]Fix dependence issue between gst-plugin-bad and
5  imx-gst1.0-plugin
6
7 Change dependence to gst-plugin-base since we have move physical memory allocator
8 to gst-plugin-base
9
10 Upstream-Status: Inappropriate [i.MX specific]
11
12 Signed-off-by: Haihua Hu <jared.hu@nxp.com>
13 ---
14  gst-libs/gst/gl/Makefile.am             | 2 +-
15  gst-libs/gst/gl/gstglphymemory.c        | 2 +-
16  gst-libs/gst/gl/gstglphymemory.h        | 2 +-
17  gst-libs/gst/gl/gstglvivdirecttexture.c | 2 +-
18  4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am
21 index 5c05230..55f8a20 100644
22 --- a/gst-libs/gst/gl/Makefile.am
23 +++ b/gst-libs/gst/gl/Makefile.am
24 @@ -86,7 +86,7 @@ libgstgl_@GST_API_VERSION@_la_LIBADD = \
25         $(GST_LIBS) \
26         $(GL_LIBS)
27  
28 -libgstgl_@GST_API_VERSION@_la_LIBADD += -lgstfsl-$(GST_API_VERSION)
29 +libgstgl_@GST_API_VERSION@_la_LIBADD += -lg2d
30  
31  if HAVE_WINDOW_WIN32
32  SUBDIRS += win32
33 diff --git a/gst-libs/gst/gl/gstglphymemory.c b/gst-libs/gst/gl/gstglphymemory.c
34 index 52ae41f..e28546c 100644
35 --- a/gst-libs/gst/gl/gstglphymemory.c
36 +++ b/gst-libs/gst/gl/gstglphymemory.c
37 @@ -24,7 +24,7 @@
38  
39  #include "gstglvivdirecttexture.h"
40  #include "gstglphymemory.h"
41 -#include "g2d.h"
42 +#include <g2d.h>
43  
44  GST_DEBUG_CATEGORY_STATIC (GST_CAT_GL_PHY_MEMORY);
45  #define GST_CAT_DEFAULT GST_CAT_GL_PHY_MEMORY
46 diff --git a/gst-libs/gst/gl/gstglphymemory.h b/gst-libs/gst/gl/gstglphymemory.h
47 index b1a69e7..ebb9911 100644
48 --- a/gst-libs/gst/gl/gstglphymemory.h
49 +++ b/gst-libs/gst/gl/gstglphymemory.h
50 @@ -24,7 +24,7 @@
51  #include <gst/gst.h>
52  #include <gst/gstmemory.h>
53  #include <gst/video/video.h>
54 -#include <gst/imx-mm/gstallocatorphymem.h>
55 +#include <gst/allocators/gstallocatorphymem.h>
56  
57  #include <gst/gl/gl.h>
58  
59 diff --git a/gst-libs/gst/gl/gstglvivdirecttexture.c b/gst-libs/gst/gl/gstglvivdirecttexture.c
60 index e8e0b82..242b7c0 100644
61 --- a/gst-libs/gst/gl/gstglvivdirecttexture.c
62 +++ b/gst-libs/gst/gl/gstglvivdirecttexture.c
63 @@ -22,7 +22,7 @@
64  #include "config.h"
65  #endif
66  
67 -#include <gst/imx-mm/gstallocatorphymem.h>
68 +#include <gst/allocators/gstallocatorphymem.h>
69  #include "gl.h"
70  
71  GST_DEBUG_CATEGORY_EXTERN (gst_gl_upload_debug);
72 -- 
73 1.9.1
74