summaryrefslogtreecommitdiffstats
path: root/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2018-12-07 12:09:20 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-12-20 20:03:03 +0000
commit55b755085d36fbc0436d2c598401d385342d4897 (patch)
treeb19b9407e7b87fef7a1975ce912b4d04f1e44230 /meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
parentb24a34baedc51bb18f5474d0ec87458cdd366af3 (diff)
weston: Add patch to improve gst-record robustness
Add a patch to do some retries with a delay when the gst-record feature is initializing and attempts to query the omx encoder plugin for its buffer pools. It is not clear why exactly the encoder is not consistently ready at this point, but in my testing this change greatly improved the robustness of weston startup with gst-record enabled. Change-Id: Ibd26ad64be035e1f9d40cc3cd9337e9efeabfad4 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend')
-rw-r--r--meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
index 51b75ce3..7ba1fbcb 100644
--- a/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
+++ b/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -5,6 +5,7 @@ SRC_URI_append_rcar-gen3 = " \
file://0002-Add-gst-recorder-for-h264-output-streaming.patch \
file://0003-gst-recorder-Use-USERPTR-instead-of-DMABUF-for-VSP-o.patch \
file://0004-gst-record-Specify-bytesused-and-length-of-VSP-input.patch \
+ file://0005-gst-record-Add-omx-pool-retries.patch \
"
COMPATIBLE_MACHINE = "salvator-x|m3ulcb|h3ulcb"