On Tue, Jun 18, 2019 at 05:19:37PM -0500, [email protected] wrote: > From: Angela Stegmaier <[email protected]> > > HEVC support was added to v4l2 decoder plugin after 1.14.4 release. > This patch cherry-picks the 2 patches needed for HEVC support > from upstream to bring the support to 1.14.4. > > Signed-off-by: Angela Stegmaier <[email protected]> > --- > diff --git > a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bbappend > > b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bbappend > index edffa28..57010c8 100644 > --- > a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bbappend > +++ > b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bbappend > @@ -1,4 +1,4 @@ > -PR_append = ".arago0" > +PR_append = ".arago1" > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > @@ -6,3 +6,8 @@ SRC_URI += " \ > file://0001-v4l2src-Increase-minimum-num-buffers-by-3.patch \ > file://0002-v4l2src-Use-generic-dmabuf-import-in-v4l2src.patch \ > " > + > +SRC_URI_append_j7-evm = " \
Both patches are upstream backports and are not specific to any TI platform. Moreover, the recipe is not marked as machine-specific, hence please don't do _append_j7-evm here - please enable those patches for all platforms. > + file://0001-v4l2-Sync-kernel-header-with-linuxtv-tree.patch \ > + file://0002-v4l2videodec-Add-HEVC-decoder-support.patch \ > + " > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
