diff options
author | onox <denkpadje@gmail.com> | 2020-12-23 15:45:22 +0000 |
---|---|---|
committer | onox <denkpadje@gmail.com> | 2021-01-03 18:57:27 +0100 |
commit | 1c19d4bc316c93229cfd6a7a099f2657bfeb2982 (patch) | |
tree | 6137b548791fcc841c851d5b62b8caddb0bd9470 | |
parent | 4ed0cafeefd9f81b974465ca495cbd9118508cdb (diff) |
presentation-time: Add enum attribute to 'flags'
Signed-off-by: onox <denkpadje@gmail.com>
-rw-r--r-- | stable/presentation-time/presentation-time.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stable/presentation-time/presentation-time.xml b/stable/presentation-time/presentation-time.xml index 6063c53..d1731f0 100644 --- a/stable/presentation-time/presentation-time.xml +++ b/stable/presentation-time/presentation-time.xml @@ -253,7 +253,7 @@ summary="high 32 bits of refresh counter"/> <arg name="seq_lo" type="uint" 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 name="discarded"> |