Takashi Iwai
9227da463a
- Update to version 0.9+git20221113.274e57a: * Update Cargo.lock * Update versions to 0.9.1 * closedcaption: Update for deprecated chrono functions * version-helper: Update for deprecated chrono functions * Update Cargo.lock * webrtc: README: fix couple of links * webrtcsink: improve debug * ci: add trigger job and only run documentation job post-merge * ci: add integration stage and move documentation job to that * ts/udpsink: handle items in the PadSinkHandler * ts: introduce ts-audiotestsrc * ts/standalone: add new Sinks * ts/standalone: move current sink under task_sink * deny: Update * Add missing `doc` features to WebRTC plugins * fmp4mux: Make media/trak timescales configurable * ci: Update to cargo-c 0.9.14 * meson: optionalize pango dependency used by net/onvif * ndi: provide Unix fallback after 3fe9e4a207f8 * fmp4mux: Don't allow VP9 for CMAF * fmp4mux: Add initial Opus support * docs: Remove some stale entries of renamed elements * aws: Skip s3 test on Windows until we figure out why it times out * Fix various new clippy warnings * fmp4mux: For VP9, write resolution into the tkhd and include a stss box to signal that not all frames are sync samples * webrtc: Update to human_bytes 0.4 * aws: Update to aws 0.21/0.51 * fmp4mux: Remove unused uuid dependency * Update Cargo.lock OBS-URL: https://build.opensuse.org/request/show/1036508 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=28
29 lines
860 B
Plaintext
29 lines
860 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/gtk-rs/gtk-rs-core"]
|
|
git = "https://github.com/gtk-rs/gtk-rs-core"
|
|
branch = "0.16"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/gtk-rs/gtk4-rs"]
|
|
git = "https://github.com/gtk-rs/gtk4-rs"
|
|
branch = "0.5"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-av/ffv1.git"]
|
|
git = "https://github.com/rust-av/ffv1.git"
|
|
rev = "2afb025a327173ce891954c052e804d0f880368a"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-av/flavors"]
|
|
git = "https://github.com/rust-av/flavors"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"]
|
|
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
|
branch = "0.19"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |