aboutsummaryrefslogtreecommitdiffstats
path: root/src/wth-receiver-gst-shm.c
AgeCommit message (Collapse)AuthorFilesLines
2021-08-24cleanup buffer before closing applicationneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.113.93.012.93.012.92.012.91.012.90.1Anusha Gugale1-1/+6
Bug-AGL: SPEC-4030 Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com> Change-Id: I6c8bad2ba0dc073aae0a31d9e0a68f46d767e9eb
2020-12-01gst-shm: Convert return to exit()marlin_12.90.0marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi/10.93.0jellyfish_10.0.3jellyfish/10.0.312.90.011.92.011.91.010.93.010.0.3Marius Vlad1-3/+28
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
2020-12-01wth-receiver: Handle events from the remote side and from the local compositorMarius Vlad1-3/+7
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-01build: Added AGL specific build directory for widget buildingMarius Vlad1-1/+2
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
2020-12-01Init waltham-receiverMarius Vlad1-0/+847
Bug-AGL: SPEC-3605 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ia352702d0c43f1f2ccecbffea85f3d0f17f2fd56