Skip to content

Commit

Permalink
media-api: Make Vendor a uint32_t
Browse files Browse the repository at this point in the history
Using two uint16_t requires the use of a container which makes things a
lot more complicated so this switch to use a single uint32_t.
  • Loading branch information
Vudentz committed Feb 1, 2023
1 parent be5c493 commit d611a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/media-api.txt
Expand Up @@ -34,7 +34,7 @@ Methods void RegisterEndpoint(object endpoint, dict properties)
match the profile specification which
is indicated by the UUID.

uint16_t, uint16_t Vendor [Optional]:
uint32_t Vendor [Optional]:

Vendor-specific Company ID, Codec ID
tuple that the endpoint implements.
Expand Down Expand Up @@ -649,7 +649,7 @@ Properties string UUID [readonly, optional]:
The values should match the profile specification which
is indicated by the UUID.

uint16_t, uint16_t Vendor [readonly, Optional]:
uint32_t Vendor [readonly, Optional]:

Vendor-specific Company ID, Codec ID tuple that the
endpoint implements.
Expand Down

0 comments on commit d611a40

Please sign in to comment.