presentation-time: Add enum attribute to 'flags'

Signed-off-by: onox <denkpadje@gmail.com>
This commit is contained in:
onox 2020-12-23 15:45:22 +00:00
parent 4ed0cafeef
commit 1c19d4bc31
No known key found for this signature in database
GPG key ID: CF5AC322CA75C647

View file

@ -253,7 +253,7 @@
summary="high 32 bits of refresh counter"/> summary="high 32 bits of refresh counter"/>
<arg name="seq_lo" type="uint" <arg name="seq_lo" type="uint"
summary="low 32 bits of refresh counter"/> summary="low 32 bits of refresh counter"/>
<arg name="flags" type="uint" summary="combination of 'kind' values"/> <arg name="flags" type="uint" enum="kind" summary="combination of 'kind' values"/>
</event> </event>
<event name="discarded"> <event name="discarded">