I'm guessing 12.1 has the same issue with renamed plugins that I reported on the previous patchset?
See https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=ca0ed8a134f1d26083e6f89636493df89ff29cff : this changes packages names so we need to add special case RPROVIDES for these three (and probably should also change gstreamer1.0-meta-base to use the real name). - Jussi On 30 June 2017 at 17:56, Maxin B. John <maxin.j...@intel.com> wrote: > Remove backported patch: > 1.0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch > > Signed-off-by: Maxin B. John <maxin.j...@intel.com> > --- > ...Also-add-videometa-if-there-is-padding-to.patch | 35 > ---------------------- > ...10.4.bb => gstreamer1.0-plugins-good_1.12.1.bb} | 5 ++-- > 2 files changed, 2 insertions(+), 38 deletions(-) > delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good/0001-v4l2object-Also-add-videometa-if-there- > is-padding-to.patch > rename meta/recipes-multimedia/gstreamer/{gstreamer1.0- > plugins-good_1.10.4.bb => gstreamer1.0-plugins-good_1.12.1.bb} (78%) > > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch > b/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good/0001-v4l2object-Also-add-videometa-if-there- > is-padding-to.patch > deleted file mode 100644 > index 2a9a23e..0000000 > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good/0001-v4l2object-Also-add-videometa-if-there- > is-padding-to.patch > +++ /dev/null > @@ -1,35 +0,0 @@ > -From 22be02612adc757f6a43cefc6ee65ecaef68f0d9 Mon Sep 17 00:00:00 2001 > -From: Carlos Rafael Giani <d...@pseudoterminal.org> > -Date: Thu, 23 Mar 2017 22:13:05 +0100 > -Subject: [PATCH] v4l2object: Also add videometa if there is padding to the > - right and bottom > - > -https://bugzilla.gnome.org/show_bug.cgi?id=780478 > - > -Upstream-Status: Backport [1.10.5] > - > -Signed-off-by: Carlos Rafael Giani <d...@pseudoterminal.org> > ---- > - sys/v4l2/gstv4l2object.c | 5 +++-- > - 1 file changed, 3 insertions(+), 2 deletions(-) > - > -diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c > -index 91c8ff0..ed4654e 100644 > ---- a/sys/v4l2/gstv4l2object.c > -+++ b/sys/v4l2/gstv4l2object.c > -@@ -3070,9 +3070,10 @@ store_info: > - GST_DEBUG_OBJECT (v4l2object->element, "Got sizeimage %" > G_GSIZE_FORMAT, > - info->size); > - > -- /* to avoid copies we need video meta if top or left padding */ > -+ /* to avoid copies we need video meta if there is padding */ > - v4l2object->need_video_meta = > -- ((align->padding_top + align->padding_left) != 0); > -+ ((align->padding_top + align->padding_left + align->padding_right + > -+ align->padding_bottom) != 0); > - > - /* ... or if stride is non "standard" */ > - if (!standard_stride) > --- > -2.7.4 > - > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good_1.10.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good_1.12.1.bb > similarity index 78% > rename from meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good_1.10.4.bb > rename to meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good_1.12.1.bb > index 57447bf..8665d7b 100644 > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good_1.10.4.bb > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0- > plugins-good_1.12.1.bb > @@ -10,9 +10,8 @@ SRC_URI = " \ > file://avoid-including-sys-poll.h-directly.patch \ > file://ensure-valid-sentinel-for-gst_structure_get.patch \ > file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch > \ > - file://0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch > \ > " > -SRC_URI[md5sum] = "cc0cc13cdb07d4237600b6886b81f31d" > -SRC_URI[sha256sum] = "8a86c61434a8c44665365bd0b3557a > 040937d1f44bf69caee4e9ea816ce74d7e" > +SRC_URI[md5sum] = "53647e9fe9446f2ad808d55fcdf85b6e" > +SRC_URI[sha256sum] = "121e8e46a7f0e622f09ec9be012607 > b89d737dd72d48b0f2f0680821ae2cf54b" > > S = "${WORKDIR}/gst-plugins-good-${PV}" > -- > 2.4.0 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core >
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core