]> git.sesse.net Git - casparcg/blobdiff - core/consumer/bluefish/BlueFishVideoConsumer.cpp
2.0.0.2:
[casparcg] / core / consumer / bluefish / BlueFishVideoConsumer.cpp
index bedaaa8040ad4138222a1def9ce458e382646031..1c02aea1e5e740e9d3471d9054d9faba9f044e7d 100644 (file)
@@ -436,7 +436,7 @@ void BlueFishVideoConsumer::DisableVideoOutput()
        }\r
 }\r
 \r
-void BlueFishVideoConsumer::display(const frame_ptr& frame)\r
+void BlueFishVideoConsumer::display(const gpu_frame_ptr& frame)\r
 {\r
        if(frame == nullptr)\r
                return;\r
@@ -453,7 +453,7 @@ void BlueFishVideoConsumer::Run()
        {\r
                try\r
                {\r
-                       frame_ptr frame;\r
+                       gpu_frame_ptr frame;\r
                        frameBuffer_.pop(frame);\r
                        if(frame == nullptr)\r
                                return;\r