Possible typo in ext-image-copy-capture-v1.xml
ext_image_copy_capture_frame_v1::destroy
seems to copy the description of ext_image_copy_capture_session_v1::destroy
which doesn't seem intentional (I would assume that the destructor of ext_image_copy_capture_frame_v1
would destroy the ext_image_copy_capture_frame_v1
rather than the session which also seems to be the implementation behavior in wlroots)
Edited by Tranquil Ity