Commits on Source (30)
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
Sebastian Dröge authored
And move rejection of max-delay changes when we're started from the property getter to the setter where it should be. We can always *get* the current value, just not set it.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
We're working just fine with 1.8 too
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is called with an immutable BufferRef if we're running in passthrough mode and the element was configured to pass passthrough buffers to transform_ip. Previously we would've gotten a mutable reference, that then would fail all mutable operations.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Since Rust 1.24 it is safe to let panics go to the FFI boundary
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This reverts commit 75248c7f. Callback guards are required since 1.24.1 again but probably not in 1.25 forwards.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- README.md 1 addition, 1 deletionREADME.md
- gst-plugin-audiofx/Cargo.toml 7 additions, 7 deletionsgst-plugin-audiofx/Cargo.toml
- gst-plugin-audiofx/src/audioecho.rs 6 additions, 8 deletionsgst-plugin-audiofx/src/audioecho.rs
- gst-plugin-audiofx/src/lib.rs 1 addition, 0 deletionsgst-plugin-audiofx/src/lib.rs
- gst-plugin-file/Cargo.toml 4 additions, 4 deletionsgst-plugin-file/Cargo.toml
- gst-plugin-flv/Cargo.toml 4 additions, 4 deletionsgst-plugin-flv/Cargo.toml
- gst-plugin-http/Cargo.toml 4 additions, 4 deletionsgst-plugin-http/Cargo.toml
- gst-plugin-simple/Cargo.toml 5 additions, 5 deletionsgst-plugin-simple/Cargo.toml
- gst-plugin-simple/src/demuxer.rs 1 addition, 1 deletiongst-plugin-simple/src/demuxer.rs
- gst-plugin-simple/src/sink.rs 1 addition, 4 deletionsgst-plugin-simple/src/sink.rs
- gst-plugin-simple/src/source.rs 1 addition, 4 deletionsgst-plugin-simple/src/source.rs
- gst-plugin-togglerecord/Cargo.toml 7 additions, 7 deletionsgst-plugin-togglerecord/Cargo.toml
- gst-plugin-togglerecord/src/togglerecord.rs 11 additions, 15 deletionsgst-plugin-togglerecord/src/togglerecord.rs
- gst-plugin-tutorial/Cargo.toml 21 additions, 0 deletionsgst-plugin-tutorial/Cargo.toml
- gst-plugin-tutorial/src/lib.rs 47 additions, 0 deletionsgst-plugin-tutorial/src/lib.rs
- gst-plugin-tutorial/src/rgb2gray.rs 566 additions, 0 deletionsgst-plugin-tutorial/src/rgb2gray.rs
- gst-plugin-tutorial/src/sinesrc.rs 832 additions, 0 deletionsgst-plugin-tutorial/src/sinesrc.rs
- gst-plugin/CHANGELOG.md 42 additions, 0 deletionsgst-plugin/CHANGELOG.md
- gst-plugin/Cargo.toml 10 additions, 10 deletionsgst-plugin/Cargo.toml
gst-plugin-tutorial/Cargo.toml
0 → 100644
gst-plugin-tutorial/src/lib.rs
0 → 100644
gst-plugin-tutorial/src/rgb2gray.rs
0 → 100644
This diff is collapsed.
gst-plugin-tutorial/src/sinesrc.rs
0 → 100644
This diff is collapsed.
gst-plugin/CHANGELOG.md
0 → 100644