diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2017-05-08 12:43:02 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-15 09:44:22 +0000 |
commit | 562c0c1bb2ef74ccbfda1bae4f84a61828119674 (patch) | |
tree | 7dfffefb524a015734f4075c9b2c93b1c8bfd1f6 /recipes-graphics/wayland/weston_1.11.0.bbappend | |
parent | 49da88808c7ce9c5632702279b261218f02eacf2 (diff) |
Add gst-recorder implementation
Adapted from the Gen2 implementation to work on Gen3.
Bug-AGL: SPEC-559
Change-Id: I8ec71354b0dee04277c6bf74c62956280b84b4fb
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
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.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_1.11.0.bbappend b/recipes-graphics/wayland/weston_1.11.0.bbappend new file mode 100644 index 000000000..25cf79162 --- /dev/null +++ b/recipes-graphics/wayland/weston_1.11.0.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI_append_m3ulcb = " \ + file://0001-Add-virtual-output-support.patch \ + 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 \ +" |