Sebastian Dröge

Results 139 issues of Sebastian Dröge

For example - All the constructors assert if invalid arguments are provided - Add/subtract asserts if overflows happen - Various functions assert if an invalid date is passed in (as...

bug
glib

See for example the first code block here: https://coaxion.net/blog/2020/09/porting-ebu-r128-audio-loudness-analysis-from-c-to-rust-porting-details/ The code is in a three-backtick code block inside the markdown. This is with version 4.3.1 of the plugin with the...

status/validation-pending

See individual commits. CC @samuvlad @pnieto

E.g. the following change to `examples/gst.js`: ```diff diff --git a/examples/gst.js b/examples/gst.js index e9635d5..2d549dd 100644 --- a/examples/gst.js +++ b/examples/gst.js @@ -31,6 +31,12 @@ bus.addWatch(0, (bus, msg) => { return true })...

bug

See https://github.com/sdroege/rustfest-rome18-gtk-gst-workshop/pull/1#discussion_r221473154 tl;dr is that it's a footgun in combination with `RefCell` and `Mutex`, potentially causing panics or deadlocks.

This allows to provide metadata about stereoscopic streams, e.g. if they're left-right, top-bottom, row-interleaved or whatever else. While this can be implemented at the layer on top of MediaSDK too,...

feature request
AVCe

Since ee5a651aacaf2c3fbcd539789574618a425d1a06. The previous commit 26154375 still works (after applying fbca22d36b351a6b771cd34a0b632d890c2db0ab, without this flashing fails directly). Flashing works fine in either case, but the board is not booting up and...

As written at the top of the [README.md](https://github.com/websockets-rs/rust-websocket/blob/master/README.md) of websocket: > |**Note: Maintainership of this project is slugglish. You may want to use [tungstenite](https://crates.io/crates/tungstenite) or [tokio-tungstenite](https://crates.io/crates/tokio-tungstenite) instead.**|

Fixes https://github.com/sdroege/ebur128/issues/32 Can be built with [`wasm-pack`](https://github.com/rustwasm/wasm-pack): ```sh wasm-pack build --target web -- --features wasm ``` Example using this can be found here: https://coaxion.net/~slomo/ebur128-wasm/ TODO * [ ] CI integration...