[meta-intel] [PATCH 0/1] gstreamer-vaapi: Update to upstream version 1.8.2

Trevor Woerner twoerner at gmail.com
Tue Jul 26 10:09:21 PDT 2016


This commit is causing the following error in my builds:

	| checking for GST_VIDEO... yes
	| checking for GST_PBUTILS... yes
	| checking for GST_CODEC_PARSERS... yes
	| checking for GST_GL... configure: error: Package requirements (gstreamer-gl-1.0 >= 1.8.0) were not met:
	| 
	| No package 'gstreamer-gl-1.0' found
	| 
	| Consider adjusting the PKG_CONFIG_PATH environment variable if you
	| installed software in a non-standard prefix.
	| 
	| Alternatively, you may set the environment variables GST_GL_CFLAGS
	| and GST_GL_LIBS to avoid the need to call pkg-config.
	| See the pkg-config man page for more details.
	| 
	| WARNING: /z/layerindex-master/minnowmax/tmp/work/corei7-64-fortress-linux/gstreamer-vaapi-1.0/1.8.2-r0/temp/run.do_configure.31940:1 exit 1 from 'exit 1'
	| ERROR: Function failed: do_configure (log file is located at /z/layerindex-master/minnowmax/tmp/work/corei7-64-fortress-linux/gstreamer-vaapi-1.0/1.8.2-r0/temp/log.do_configure.31940)
	ERROR: Task /z/layerindex-master/layers/meta-intel/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb:do_configure (/z/layerindex-master/layers/meta-intel/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb:do_configure) failed with exit code '1'

It appears that if you want to update gstreamer-vaapi you also need to provide
a gstreamer-gl or enable some build flag to not want it.


On Fri 2016-07-22 @ 04:16:20 PM, Scott D Phillips wrote:
> gstreamer got updated from 1.6.x to 1.8.x back in May:
> 
> > e9c85d5 gstreamer1.0: upgrade to version 1.8.1
> 
> With the 1.8.x series gstreamer-vaapi got integrated into the
> maintainership of the greater GStreamer project.  The old 0.7.0
> pre-upstream version of gstreamer-vaapi has never been verified
> against 1.8.x so we need to update here.
> 
> Also it's worth noting that the old github-homed version of
> gstreamer-vaapi strove to support multiple release versions of
> GStreamer. This is no longer the case with the upstreamed
> gstreamer-vaapi, so we need to try to coordinate updates in
> gstreamer and gstreamer-vaapi to not get any funky regressions.
> 
> This update (vs 0.7.0) is known to be tested with new platforms
> APL and KBL as well as contain bug fixes for SKL. It is also known
> to correct a playback issue with VP9 on all platforms.
> 
> Scott D Phillips (1):
>   gstreamer-vaapi: Update to upstream version 1.8.2
> 
>  .../gstreamer/gstreamer-vaapi-1.0_0.7.0.bb         |  8 ------
>  .../gstreamer/gstreamer-vaapi-1.0_1.8.2.bb         |  6 +++++
>  .../gstreamer/gstreamer-vaapi.inc                  |  4 +--
>  ...5-Fix-offset-calculation-in-codec_data-pa.patch | 31 ----------------------
>  4 files changed, 7 insertions(+), 42 deletions(-)
>  delete mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.7.0.bb
>  create mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_1.8.2.bb
>  delete mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-decoder-h265-Fix-offset-calculation-in-codec_data-pa.patch
> 
> -- 
> 2.5.5
> 
> -- 
> _______________________________________________
> meta-intel mailing list
> meta-intel at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel


More information about the meta-intel mailing list