-
- Downloads
video: fix concurrent access in sink direct rendering
This patchset prevents client from reading a frame that is being written
by the daemon using a push/pull mechanism.
**WARNING** This breaks the direct rendering API
Issue: #81542
Change-Id: I55d4ee9b986ac682903b326fd86c32d8f5f68825
Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Showing
- src/client/videomanager.cpp 5 additions, 20 deletionssrc/client/videomanager.cpp
- src/dring/videomanager_interface.h 22 additions, 2 deletionssrc/dring/videomanager_interface.h
- src/media/media_buffer.cpp 2 additions, 1 deletionsrc/media/media_buffer.cpp
- src/media/media_buffer.h 5 additions, 1 deletionsrc/media/media_buffer.h
- src/media/video/shm_header.h 2 additions, 1 deletionsrc/media/video/shm_header.h
- src/media/video/sinkclient.cpp 11 additions, 7 deletionssrc/media/video/sinkclient.cpp
- src/media/video/sinkclient.h 6 additions, 6 deletionssrc/media/video/sinkclient.h
Loading
Please register or sign in to comment