output-capture: Fix protocol event order

The new formats_done event has to be at the end, triggering warnings
like the following otherwise:

warning: since version not increasing

Fixes: 00902a592 (output-capture: Allow multiple formats and add formats_done event)
Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
Robert Mader 2025-09-25 17:53:59 +02:00
parent b6c1bc872e
commit e187420e38

View file

@ -165,12 +165,6 @@
<arg name="drm_format" type="uint" summary="DRM pixel format code"/>
</event>
<event name="formats_done" since="2">
<description summary="sending formats is complete">
This event is sent after all formats have been sent.
</description>
</event>
<event name="size">
<description summary="dimensions for a buffer">
This event delivers the size that should be used for the
@ -220,6 +214,12 @@
<arg name="msg" type="string" allow-null="true"
summary="human-readable hint"/>
</event>
<event name="formats_done" since="2">
<description summary="sending formats is complete">
This event is sent after all formats have been sent.
</description>
</event>
</interface>
</protocol>