Skip to content

Commit

Permalink
videoAV1Params の表示位置を videoVP9Params の下に変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
tnamao committed Oct 31, 2023
1 parent a811f44 commit 7fbb6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## develop

- [CHANGE] videoAV1Params の表示位置をを変更し、`videoVP9Params` の下に表示する
- @tnamao
- [CHANGE] videoCodecType の `AV1` の表示順を変更し、`VP9` の下に表示する
- @tnamao
- [FIX] `request media` `connect` を実行した後に、`Enable mic device` `Enable camera device` のトグルでデバイスを無効化した時に Media Processor が保持している Track の停止漏れを修正する
Expand Down
2 changes: 1 addition & 1 deletion src/components/DevtoolsPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ const RowAdvancedSignalingOptions: React.FC = () => {
</Col>
</Row>
<VideoVP9ParamsForm />
<VideoH264ParamsForm />
<VideoAV1ParamsForm />
<VideoH264ParamsForm />
</div>
</Collapse>
</Row>
Expand Down

0 comments on commit 7fbb6e2

Please sign in to comment.