Stefan Seyfried e4dba8b30e libtriple: avoid race conditions in cVideo::ShowPicture
ShowPicture() and Stop() were racing, and the calling order from
neutrino seems to be not necessarily "correct". With gcc-4.8 /
glibc-2.16 binaries it happened that on switching to radio mode,
ShowPicture() was called and then the Stop() from stopping video
playback happened. This broke the stillpicture. Fix by adding more
locks and explicitly bailing out of Stop() if a picture is shown.
2013-12-02 00:58:37 +01:00
2013-11-03 00:15:19 +01:00
2013-11-03 01:28:07 +01:00
Description
Library to abstract STB hardware and supports generic pc and the RaspberryPi right now.
4 MiB
Languages
C 58.4%
C++ 39.6%
M4 1.2%
Makefile 0.7%