[OE-core] [poky][PATCH 1/6] gstreamer1.0-plugins-bad: Enable gldeinterlace on OpenGL ES
Nicolas Dechesne
nicolas.dechesne at linaro.org
Thu Dec 15 11:37:53 UTC 2016
On Mon, Jul 4, 2016 at 7:46 AM, Yuqing Zhu <carol.zhu at nxp.com> wrote:
> ++
> ++#if GST_GL_HAVE_OPENGL
> ++ if (USING_OPENGL (context)) {
> ++ gl->MatrixMode (GL_PROJECTION);
> ++ gl->LoadIdentity ();
> ++ }
> ++#endif
> +
yes, I know , a bit late in the game.. but this patch breaks when -bad
is built with 'opengl' support in PACKAGECONFIG. In the original
upstream commit at [1] the .h file defines the USING_OPENGL macro, but
that piece of code was not backported properly in OE and it leaves
USING_OPENGL as an undefined symbol..
This is now a morty issue.. i will try to cook up a patch for it later today.
[1] https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=0cfb0890ce9a20f096a0a9c9f23b656f436794c6
More information about the Openembedded-core
mailing list