Skip to content

Commit

Permalink
fix: Update capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Jul 19, 2024
1 parent c61e4fd commit 71b732b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/openrpc/video_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:colordepth"
]
}
],
Expand Down Expand Up @@ -50,7 +50,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:colorspace"
]
}
],
Expand Down Expand Up @@ -82,7 +82,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:info"
]
}
],
Expand Down Expand Up @@ -148,7 +148,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:hdrprofile"
]
}
],
Expand Down Expand Up @@ -178,7 +178,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:quantization"
]
}
],
Expand Down Expand Up @@ -211,7 +211,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:mode"
]
}
],
Expand Down Expand Up @@ -244,7 +244,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:mode"
]
}
],
Expand Down Expand Up @@ -277,7 +277,7 @@
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:video-output:config"
"xrn:firebolt:capability:video-output:mode"
]
}
],
Expand Down
1 change: 0 additions & 1 deletion src/sdks/core/sdk.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
"xrn:firebolt:capability:video-output:hdrprofile",
"xrn:firebolt:capability:video-output:info",
"xrn:firebolt:capability:video-output:mode",
"xrn:firebolt:capability:video-output:mode",
"xrn:firebolt:capability:video-output:quantization"
]
}
Expand Down

0 comments on commit 71b732b

Please sign in to comment.