]> git.sesse.net Git - nageru/blobdiff - mixer.h
Cleanup: Remove the last case of non-refcounted fences.
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 2b006822ee14d4fd1393a1ffc7e1dafcf030027a..af976985c91b3a52e442debb6e19e1c89c0e41ca 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -388,7 +388,7 @@ private:
                        int64_t length;  // In TIMEBASE units.
                        bool interlaced;
                        unsigned field;  // Which field (0 or 1) of the frame to use. Always 0 for progressive.
-                       GLsync ready_fence;  // Whether frame is ready for rendering.
+                       RefCountedGLsync ready_fence;  // Whether frame is ready for rendering.
                        unsigned dropped_frames = 0;  // Number of dropped frames before this one.
                };
                std::queue<NewFrame> new_frames;