[OE-core] [poky][PATCH 0/6] Add patches for gstreamer1.0-plugins-bad V1.8.2

Yuqing Zhu carol.zhu at nxp.com
Mon Jul 4 05:46:27 UTC 2016


--Enable gldeinterlace on OpenGL ES

--Implement multiple render targets for GLES3

--Don't use the predefined variable name in glcolorconvert

--Add glBindFragDataLocation in glshader

--Use the newer texture() function in glcolorconvert

--Fix little rectangel appears at the center when use squeeze and tunnel effects


Yuqing Zhu (6):
  gstreamer1.0-plugins-bad: Enable gldeinterlace on OpenGL ES
  gstreamer1.0-plugins-bad: Implement multiple render targets for GLES3
  gstreamer1.0-plugins-bad: Don't use the predefined variable name in
    glcolorconvert
  gstreamer1.0-plugins-bad: Add glBindFragDataLocation in glshader
  gstreamer1.0-plugins-bad: Use the newer texture() function in
    glcolorconvert
  gstreamer1.0-plugins-bad: Fix little rectangel appears at the center
    when use squeeze and tunnel effects

 ...lplugin-enable-gldeinterlace-on-OpenGL-ES.patch | 634 +++++++++++++++++++++
 ...ert-implement-multiple-render-targets-for.patch | 244 ++++++++
 ...ert-don-t-use-the-predefined-variable-nam.patch |  32 ++
 .../0005-glshader-add-glBindFragDataLocation.patch |  77 +++
 ...ert-GLES3-deprecates-texture2D-and-it-doe.patch |  51 ++
 ...effects-fix-little-rectangel-appears-at-t.patch |  46 ++
 .../gstreamer/gstreamer1.0-plugins-bad_1.8.2.bb    |   6 +
 7 files changed, 1090 insertions(+)
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-glplugin-enable-gldeinterlace-on-OpenGL-ES.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-glcolorconvert-implement-multiple-render-targets-for.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-glcolorconvert-don-t-use-the-predefined-variable-nam.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-glshader-add-glBindFragDataLocation.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0006-glcolorconvert-GLES3-deprecates-texture2D-and-it-doe.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch

-- 
1.9.1



More information about the Openembedded-core mailing list