]> git.sesse.net Git - nageru/commit
Do not try to show a frame until we've computed it (do it in a callback instead).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 25 Oct 2018 17:39:14 +0000 (19:39 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 25 Oct 2018 17:39:14 +0000 (19:39 +0200)
commit7ef765619e21c09ad1943ee953a319a18c904403
tree3ca8ea7066da0c7d808c44de9c882523a71efc68
parent6745f125b516ffca30dc2e7fbc5d396f82149f53
Do not try to show a frame until we've computed it (do it in a callback instead).

Gets rid of the ugly waiting for the cache, and sets the stage for
some further cleanups coming up.
jpeg_frame_view.cpp
player.cpp
video_stream.cpp
video_stream.h