mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-01-25 08:00:30 +01:00
export-dmabuf-v1: add release semantics to destroy request
This commit is contained in:
parent
4264185db3
commit
511bc52dfc
1 changed files with 6 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
interface version number is reset.
|
||||
</description>
|
||||
|
||||
<interface name="zwlr_export_dmabuf_manager_v1" version="1">
|
||||
<interface name="zwlr_export_dmabuf_manager_v1" version="2">
|
||||
<description summary="manager to inform clients and begin capturing">
|
||||
This object is a manager with which to start capturing from sources.
|
||||
</description>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
</request>
|
||||
</interface>
|
||||
|
||||
<interface name="zwlr_export_dmabuf_frame_v1" version="1">
|
||||
<interface name="zwlr_export_dmabuf_frame_v1" version="2">
|
||||
<description summary="a DMA-BUF frame">
|
||||
This object represents a single DMA-BUF frame.
|
||||
|
||||
|
|
@ -195,6 +195,10 @@
|
|||
Unreferences the frame. This request must be called as soon as its no
|
||||
longer used.
|
||||
|
||||
Starting from version 2, this indicates that the client has finished
|
||||
processing the frame. The client must not access the underlying buffer
|
||||
after destroying the zwlr_export_dmabuf_frame_v1 object.
|
||||
|
||||
It can be called at any time by the client. The client will still have
|
||||
to close any FDs it has been given.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue