summaryrefslogtreecommitdiffstats
path: root/meta-gstrecorder-rcar-gen3/recipes-graphics
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11weston: change wl_output of virtual display.Harunobu Kurokawa2-0/+40
Bug-AGL : SPEC-2420 Currently, if remoting is enabled, the remote output location is (0, 0) and the real DRM output is located to the right of the remote output because the remote output is registered before the real DRM output. This patch is swapping both outputs as a short term hack[1]. Now, this issue is being discussed about output layout configuration in wayland community[2] [reference] [1] https://gitlab.freedesktop.org/wayland/weston/issues/246 [2] https://gitlab.freedesktop.org/wayland/weston/issues/165 Change-Id: Ia1265b6c2767f32754a2fd6507d1b6ebcb773464 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2019-06-11gst-record: switch to remote plugin from old style gst-recordHarunobu Kurokawa8-5065/+52
weston 6.0.0 has already merged remoting plugin feature. This commit enable to add remoting plugin library. To activate remoting output and transfer it, user should add "remote-output" configuration in weston.ini. Bug-AGL : SPEC-2420 Change-Id: Ieeb3760ece5c6a1d19f9a08ee7f0ed973cc433ec Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-12-20weston: Add patch to improve gst-record robustnessScott Murray2-0/+52
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>
2018-06-28weston: Add gst-recorder in weston 2.0.0Harunobu Kurokawa5-0/+5013
Once the gst-recorder patches are conflict and removed. This reverts commit c58cb01cb560da122ea64ba76d6b68a183e2f457 and update patches. Moreover, move weston_2.0.0.bbappend file from meta-agl-demo to meta-agl-devel. v2: rework into a agl feature (agl-gstrecorder) v3: mark as rcar-gen3 specific (COMPATIBLE_MACHINE) Change-Id: I92e7c37d4ef2b827f7d4217f5e2048067aa018a4 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>