aboutsummaryrefslogtreecommitdiffstats
path: root/include/wth-receiver-comm.h
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01wth-receiver: Handle events from the remote side and from the local compositorMarius Vlad1-0/+4
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
2020-12-01Init waltham-receiverMarius Vlad1-0/+305
Bug-AGL: SPEC-3605 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ia352702d0c43f1f2ccecbffea85f3d0f17f2fd56