All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gstreamer1.0-plugins-bad: Update packageconfigs and config flags
@ 2017-04-11  8:11 Carlos Rafael Giani
  2017-04-11  8:11 ` [PATCH] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa Carlos Rafael Giani
  2017-04-11  8:32 ` ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2) Patchwork
  0 siblings, 2 replies; 6+ messages in thread
From: Carlos Rafael Giani @ 2017-04-11  8:11 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 .../gstreamer/gstreamer1.0-plugins-bad.inc                  | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 992373b..0ccfc89 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -30,6 +30,7 @@ PACKAGECONFIG[bluez]           = "--enable-bluez,--disable-bluez,${BLUEZ}"
 PACKAGECONFIG[bz2]             = "--enable-bz2,--disable-bz2,bzip2"
 PACKAGECONFIG[curl]            = "--enable-curl,--disable-curl,curl"
 PACKAGECONFIG[dash]            = "--enable-dash,--disable-dash,libxml2"
+PACKAGECONFIG[dc1394]          = "--enable-dc1394,--disable-dc1394,libdc1394"
 PACKAGECONFIG[directfb]        = "--enable-directfb,--disable-directfb,directfb"
 PACKAGECONFIG[dtls]            = "--enable-dtls,--disable-dtls,openssl"
 PACKAGECONFIG[egl]             = "--enable-egl,--disable-egl,virtual/egl"
@@ -50,6 +51,7 @@ PACKAGECONFIG[neon]            = "--enable-neon,--disable-neon,neon"
 PACKAGECONFIG[openal]          = "--enable-openal,--disable-openal,openal-soft"
 PACKAGECONFIG[opencv]          = "--enable-opencv,--disable-opencv,opencv"
 PACKAGECONFIG[opengl]          = "--enable-opengl,--disable-opengl,virtual/libgl libglu"
+PACKAGECONFIG[openjpeg]        = "--enable-openjpeg,--disable-openjpeg,openjpeg"
 # the opus encoder/decoder elements are now in the -base package,
 # but the opus parser remains in -bad
 PACKAGECONFIG[opusparse]       = "--enable-opus,--disable-opus,libopus"
@@ -68,14 +70,14 @@ PACKAGECONFIG[wayland]         = "--enable-wayland,--disable-wayland,wayland-nat
 PACKAGECONFIG[webp]            = "--enable-webp,--disable-webp,libwebp"
 
 # these plugins have not been ported to 1.0 (yet):
-#   apexsink dc1394 lv2 linsys musepack nas timidity sdl xvid wininet
+#   apexsink linsys nas timidity sdl xvid wininet
 #   sndio cdxaparse dccp faceoverlay hdvparse tta mve nuvdemux
 #   patchdetect sdi videomeasure
 
 # these plugins have no corresponding library in OE-core or meta-openembedded:
-#   openni2 winks direct3d directsound winscreencap acm
-#   apple_media android_media avc bs2b chromaprint daala dts gme gsm kate ladspa
-#   libde265 mimic mpeg2enc mplex nvenc ofa openh264 opensles pvr soundtouch spandsp
+#   openni2 winks direct3d directsound winscreencap acm apple_media
+#   android_media avc bs2b chromaprint daala dts fdkaac gme gsm kate ladspa libde265
+#   lv2 mimic mpeg2enc mplex musepack nvenc ofa openh264 opensles pvr soundtouch spandsp
 #   spc teletextdec tinyalsa vdpau vulkan wasapi x265 zbar
 
 # qt5 support is disabled, because it is not present in OE core, and requires more work than
@@ -99,10 +101,10 @@ EXTRA_OECONF += " \
     --disable-chromaprint \
     --disable-cocoa \
     --disable-daala \
-    --disable-dc1394 \
     --disable-direct3d \
     --disable-directsound \
     --disable-dts \
+    --disable-fdk_aac \
     --disable-gme \
     --disable-gsm \
     --disable-kate \
@@ -120,7 +122,6 @@ EXTRA_OECONF += " \
     --disable-ofa \
     --disable-openexr \
     --disable-openh264 \
-    --disable-openjpeg \
     --disable-openni2 \
     --disable-opensles \
     --disable-pvr \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa
  2017-04-11  8:11 [PATCH] gstreamer1.0-plugins-bad: Update packageconfigs and config flags Carlos Rafael Giani
@ 2017-04-11  8:11 ` Carlos Rafael Giani
  2017-04-11  8:32 ` ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2) Patchwork
  1 sibling, 0 replies; 6+ messages in thread
From: Carlos Rafael Giani @ 2017-04-11  8:11 UTC (permalink / raw)
  To: openembedded-core

This patch ensures videometa is added to mem2mem decoder output in case
the output frames have padding rows/columns

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 ...Also-add-videometa-if-there-is-padding-to.patch | 31 ++++++++++++++++++++++
 .../gstreamer/gstreamer1.0-plugins-good_1.10.4.bb  |  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch

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
new file mode 100644
index 0000000..c40c866
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch
@@ -0,0 +1,31 @@
+From 22be02612adc757f6a43cefc6ee65ecaef68f0d9 Mon Sep 17 00:00:00 2001
+From: Carlos Rafael Giani <dv@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
+---
+ 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.10.4.bb
index fd5369a..57447bf 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.4.bb
@@ -10,6 +10,7 @@ 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] = "8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2)
  2017-04-11  8:11 [PATCH] gstreamer1.0-plugins-bad: Update packageconfigs and config flags Carlos Rafael Giani
  2017-04-11  8:11 ` [PATCH] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa Carlos Rafael Giani
@ 2017-04-11  8:32 ` Patchwork
  2017-04-11  8:44   ` Jussi Kukkonen
  2017-04-11  8:49   ` [PATCH v2] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa Carlos Rafael Giani
  1 sibling, 2 replies; 6+ messages in thread
From: Patchwork @ 2017-04-11  8:32 UTC (permalink / raw)
  To: Carlos Rafael Giani; +Cc: openembedded-core

== Series Details ==

Series: gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2)
Revision: 2
URL   : https://patchwork.openembedded.org/series/6284/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Added patch file is missing Upstream-Status in the header [test_upstream_status_presence] 
  Suggested fix    Add Upstream-Status: <status> to the header of meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch (possible values: Pending, Submitted, Accepted, Backport, Denied, Inappropriate)

* Issue             A patch file has been added, but does not have a Signed-off-by tag [test_signed_off_by_presence] 
  Suggested fix    Sign off the added patch file (meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2)
  2017-04-11  8:32 ` ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2) Patchwork
@ 2017-04-11  8:44   ` Jussi Kukkonen
  2017-04-11 15:33     ` Leonardo Sandoval
  2017-04-11  8:49   ` [PATCH v2] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa Carlos Rafael Giani
  1 sibling, 1 reply; 6+ messages in thread
From: Jussi Kukkonen @ 2017-04-11  8:44 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer,
	Sandoval Gonzalez, Leonardo

[-- Attachment #1: Type: text/plain, Size: 2349 bytes --]

CCing Leo for patchwork issue (is that correct?)

On 11 April 2017 at 11:32, Patchwork <patchwork@patchwork.openembedded.org>
wrote:
>
> == Series Details ==
>
> Series: gstreamer1.0-plugins-bad: Update packageconfigs and config flags
(rev2)
> Revision: 2

Patchwork gets confused here. The comments are valid but they should be for
   gstreamer1.0-plugins-good: Backport patch for v4l2object videometa
which is not a revision of
   gstreamer1.0-plugins-bad: Update packageconfigs and config flags

Cheers,
  Jussi

>
> URL   : https://patchwork.openembedded.org/series/6284/
> State : failure
>
> == Summary ==
>
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series by patchtest resulting in the following failures:
>
>
>
> * Issue             Added patch file is missing Upstream-Status in the
header [test_upstream_status_presence]
>   Suggested fix    Add Upstream-Status: <status> to the header of
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch
(possible values: Pending, Submitted, Accepted, Backport, Denied,
Inappropriate)
>
> * Issue             A patch file has been added, but does not have a
Signed-off-by tag [test_signed_off_by_presence]
>   Suggested fix    Sign off the added patch file
(meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch)
>
>
>
> If you believe any of these test results are incorrect, please reply to
the
> mailing list (openembedded-core@lists.openembedded.org) raising your
concerns.
> Otherwise we would appreciate you correcting the issues and submitting a
new
> version of the patchset if applicable. Please ensure you add/increment the
> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
> [PATCH v3] -> ...).
>
> ---
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

[-- Attachment #2: Type: text/html, Size: 3106 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa
  2017-04-11  8:32 ` ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2) Patchwork
  2017-04-11  8:44   ` Jussi Kukkonen
@ 2017-04-11  8:49   ` Carlos Rafael Giani
  1 sibling, 0 replies; 6+ messages in thread
From: Carlos Rafael Giani @ 2017-04-11  8:49 UTC (permalink / raw)
  To: openembedded-core

This patch ensures videometa is added to mem2mem decoder output in case
the output frames have padding rows/columns

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 ...Also-add-videometa-if-there-is-padding-to.patch | 35 ++++++++++++++++++++++
 .../gstreamer/gstreamer1.0-plugins-good_1.10.4.bb  |  1 +
 2 files changed, 36 insertions(+)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch

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
new file mode 100644
index 0000000..2a9a23e
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch
@@ -0,0 +1,35 @@
+From 22be02612adc757f6a43cefc6ee65ecaef68f0d9 Mon Sep 17 00:00:00 2001
+From: Carlos Rafael Giani <dv@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 <dv@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.10.4.bb
index fd5369a..57447bf 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.10.4.bb
@@ -10,6 +10,7 @@ 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] = "8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2)
  2017-04-11  8:44   ` Jussi Kukkonen
@ 2017-04-11 15:33     ` Leonardo Sandoval
  0 siblings, 0 replies; 6+ messages in thread
From: Leonardo Sandoval @ 2017-04-11 15:33 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: Patches and discussions about the oe-core layer

On Tue, 2017-04-11 at 11:44 +0300, Jussi Kukkonen wrote:
> CCing Leo for patchwork issue (is that correct?)
> 
> O

it is not, those two strings are missing in the corresponding patch.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-11 15:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11  8:11 [PATCH] gstreamer1.0-plugins-bad: Update packageconfigs and config flags Carlos Rafael Giani
2017-04-11  8:11 ` [PATCH] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa Carlos Rafael Giani
2017-04-11  8:32 ` ✗ patchtest: failure for gstreamer1.0-plugins-bad: Update packageconfigs and config flags (rev2) Patchwork
2017-04-11  8:44   ` Jussi Kukkonen
2017-04-11 15:33     ` Leonardo Sandoval
2017-04-11  8:49   ` [PATCH v2] gstreamer1.0-plugins-good: Backport patch for v4l2object videometa Carlos Rafael Giani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.