Explain why need to check for buffer valid.
[apps/camera-gstreamer.git] / app / main.cpp
index da80fd3..67594bf 100644 (file)
@@ -158,6 +158,8 @@ get_next_buffer(struct window *window)
         * the 'old' one and force creation of the buffer with the newer
         * dimensions */
        if (window->wait_for_configure && window->maximized) {
+               /* The 'old' buffer might not exist if maximized is received
+                * from the start. */
                if (window->buffers[0].buffer && !window->buffers[0].busy) {
                        wl_buffer_destroy(window->buffers[0].buffer);
                        window->buffers[0].buffer = NULL;