videotoolbox/mediacodec support changing bitrate dynamically (#10117)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
e0ed6ee986
commit
d60b5a6ca0
7 changed files with 352 additions and 11 deletions
2
.github/workflows/bridge.yml
vendored
2
.github/workflows/bridge.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Install flutter rust bridge deps
|
||||
shell: bash
|
||||
run: |
|
||||
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid"
|
||||
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid" --locked
|
||||
pushd flutter && sed -i -e 's/extended_text: 14.0.0/extended_text: 13.0.0/g' pubspec.yaml && flutter pub get && popd
|
||||
|
||||
- name: Run flutter rust bridge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue