Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-4030
Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com>
Change-Id: I6c8bad2ba0dc073aae0a31d9e0a68f46d767e9eb
(cherry picked from commit 814e686da31aa2261529e1e166ee952a1ac5ba54)
|
|
Update the .gitreview file.
Bug-AGL: SPEC-4006
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I1fb61f6ddc18cedf366f73510d30bbad6d49f121
|
|
As we're running in a child process, substitute returns with exits to
signal the parent correctly.
Bug-AGL: SPEC-3675
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I6270177572f850214b00f7ef204564af35a7a09e
|
|
With this, we fork and let the child deal with the gstreamer pipeline
while the parent is still able to process events from the transimtter.
Using blocking dispatching function will make the main loop be stuck in
processing events without being able to dispatch any handlers that might
be due to the requests from the transmistter side. So in order to allow
the mainloop (still) handle the events, we fork and let child deal with the
gstreamer pipeline.
Bug-AGL: SPEC-3675
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I50e1d49b55849dc32f611538bad2ce1c676c9a97
|
|
This way we inform the users that the receiver won't relaying back
events. This could happen if the user starts the transmitter side after
starts the receiver.
For now this just informs the users, requiring a follow-up fix, as to
determine why we do not have a valid seat and input devices, if the order
in which the transmitter and receiver is started is changed.
Bug-AGL: SPEC-3601, SPEC-3605
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I0c398358f22697323bd90cdaedcbfac03ca5c8dc
|
|
Adds also a cmake as we don't have meson alternative as of yet.
Bug-AGL: SPEC-3605
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I43cc98294d7bb5d887370c8ce2db854cbd9055d7
|
|
Bug-AGL: SPEC-3605
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ia352702d0c43f1f2ccecbffea85f3d0f17f2fd56
|
|
|