All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuqing Zhu <carol.zhu@nxp.com>
To: Carlos Rafael Giani <dv@pseudoterminal.org>,
	Otavio Salvador <otavio.salvador@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend
Date: Mon, 1 Feb 2016 09:38:58 +0000	[thread overview]
Message-ID: <AM4PR04MB1635AAF617BF281A5A6215DCE9DE0@AM4PR04MB1635.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <56AF0858.8050209@pseudoterminal.org>

Hi Carlos,


     Only those applications which need Mesa EGL as default need to be changed to allow this Vivante EGL version.
     Yes, they should have to adapt to it!

     It doesn't make sense if we update the Vivante EGL from 1.0 to 9.0 directly.

     And different version can differentiate between Mesa EGL and Vivante EGL.



B.R.
Yuqing Zhu      

-----Original Message-----
From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] 
Sent: Monday, February 01, 2016 3:25 PM
To: Yuqing Zhu <carol.zhu@nxp.com>; Otavio Salvador <otavio.salvador@ossystems.com.br>
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend

This is something I've observed as well. The question is: should Vivante's wayland-egl .pc be patched? Or should other applications have to adapt to it?
I am inclined towards the first option.

On 2016-02-01 07:54, Yuqing Zhu wrote:
> Hi Otavio,
>
>       In Gstreamer, the default one is Mesa EGL with version 9.0.
>       But we use Vivante EGL with this 1.0 version number.
>       So we labeled this patch as i.MX specific.
>
>
>
> B.R.
> Yuqing Zhu
> -----Original Message-----
> From: Otavio Salvador [mailto:otavio.salvador@ossystems.com.br]
> Sent: Thursday, January 28, 2016 7:53 PM
> To: Yuqing Zhu <carol.zhu@nxp.com>
> Cc: Carlos Rafael Giani <dv@pseudoterminal.org>; 
> meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH 2/9] 
> gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland 
> backend
>
> On Thu, Jan 28, 2016 at 5:29 AM, Yuqing Zhu <carol.zhu@nxp.com> wrote:
>> Hi Carlos,
>>
>>
>>        We change it to 1.0 as the wayland-egl in our build is 1.0.
>>
>>        Below is the info from usr/lib/pkgconfig/wayland-egl.pc
>>        Name: wayland-egl
>>        Description: Bind the driver EGL to the Wayland API
>>        Version: 1.0.0
>>        Libs: -L${libdir} -lEGL
>>        Cflags: -I${includedir}
> This should be fixed or other projects will end changing to be changed to allow this version.
>


  reply	other threads:[~2016-02-01  9:39 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  9:41 [meta-fsl-arm][PATCH 0/9] Add patches for gstreamer1.0-plugins-bad 1.6 Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 1/9] gstreamer1.0-plugins-bad: Modify the videoparsers rank down to avoid link them in Yuqing Zhu
2016-01-27 11:17   ` Carlos Rafael Giani
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend Yuqing Zhu
2016-01-27 11:21   ` Carlos Rafael Giani
2016-01-27 12:05     ` Otavio Salvador
2016-01-28  7:29     ` Yuqing Zhu
2016-01-28 11:52       ` Otavio Salvador
2016-02-01  6:54         ` Yuqing Zhu
2016-02-01  7:25           ` Carlos Rafael Giani
2016-02-01  9:38             ` Yuqing Zhu [this message]
2016-02-01 12:43           ` Otavio Salvador
2016-02-02 13:57             ` Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 3/9] gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 4/9] gstreamer1.0-plugins-bad: Support video crop for glimagesink Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 5/9] gstreamer1.0-plugins-bad: Support fb backend for gl plugins Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 6/9] gstreamer1.0-plugins-bad: Change wayland default res to 1024x768 Yuqing Zhu
2016-01-27 12:24   ` Carlos Rafael Giani
2016-01-29  6:41     ` Yuqing Zhu
2016-02-01  7:26       ` Carlos Rafael Giani
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 7/9] gstreamer1.0-plugins-bad: Add fps print in glimagesink Yuqing Zhu
2016-01-27 12:23   ` Carlos Rafael Giani
2016-01-28  7:22     ` Yuqing Zhu
2016-01-28 17:10       ` Pushpal Sidhu
2016-01-29  6:28         ` Yuqing Zhu
2016-01-27  9:41 ` [meta-fsl-arm][PATCH 8/9] gstreamer1.0-plugins-bad: Fix gleffects fisheye shader compile error Yuqing Zhu
2016-01-27 12:11   ` Carlos Rafael Giani
2016-01-28  7:25     ` Yuqing Zhu
2016-02-01  7:27       ` Carlos Rafael Giani
2016-02-01  9:25         ` Yuqing Zhu
2016-01-27  9:42 ` [meta-fsl-arm][PATCH 9/9] gstreamer1.0-plugins-bad: Roll-back h264parse rank Yuqing Zhu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM4PR04MB1635AAF617BF281A5A6215DCE9DE0@AM4PR04MB1635.eurprd04.prod.outlook.com \
    --to=carol.zhu@nxp.com \
    --cc=dv@pseudoterminal.org \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio.salvador@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.