]> git.sesse.net Git - casparcg/blobdiff - core/mixer/mixer.cpp
Add call tracing at selected placed in the code to help debug deadlocks in OpenGL.
[casparcg] / core / mixer / mixer.cpp
index 52efcbe4527b705a135b60d2274161f9c52cf8cd..c5b5e1fb31f71fad85dc306bd3c24080d909dcab 100644 (file)
@@ -86,6 +86,8 @@ public:
                {               
                        try
                        {
+                               CASPAR_SCOPED_CONTEXT_MSG(L" '" + executor_.name() + L"' ");
+
                                detail::set_current_aspect_ratio(
                                                static_cast<double>(format_desc.square_width)
                                                / static_cast<double>(format_desc.square_height));