summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_1.11.0.bbappend
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2017-06-10 13:30:33 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-15 09:44:46 +0000
commit20a872eee504c3826e02d153b1087bd4d077a1db (patch)
treeae90369ea5f6ec02d541da06d4f5dbd1b8ffb53b /recipes-graphics/wayland/weston_1.11.0.bbappend
parent562c0c1bb2ef74ccbfda1bae4f84a61828119674 (diff)
weston: Fix gst-record uses MONOTONIC time for IVI-Cluster system
gst-record plugin uses gettimeofday to adapt gst buffer duration. When WLAN network access internet, system timer is changed by NTP, then the gst plugin system stopped. This patch change to use MONOTONIC timer to detect buffer time frame. -- The patch is same as https://gerrit.automotivelinux.org/gerrit/#/c/9417/ Change-Id: I2761b0f9dc3bed58d8556966acc54f9dc13d0556 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_1.11.0.bbappend')
-rw-r--r--recipes-graphics/wayland/weston_1.11.0.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_1.11.0.bbappend b/recipes-graphics/wayland/weston_1.11.0.bbappend
index 25cf7916..df792495 100644
--- a/recipes-graphics/wayland/weston_1.11.0.bbappend
+++ b/recipes-graphics/wayland/weston_1.11.0.bbappend
@@ -5,4 +5,5 @@ SRC_URI_append_m3ulcb = " \
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-switch-to-gettime-function-to-CLOCK_MONOT.patch \
"