Commits on Source (41)
-
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
-
This allows using this independent from GStreamer for subclassing e.g. GIO or GTK GObjects. Fixes https://github.com/sdroege/gst-plugin-rs/issues/28 Fixes https://github.com/sdroege/gst-plugin-rs/pull/32
-
-
-
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
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It's taking the pad template as transfer-floating, not transfer-full.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Prepatory work to write element base class for decoders (which will be outside of plugin-simple).
-
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
-
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
Showing
- .travis.yml 4 additions, 4 deletions.travis.yml
- gst-plugin-audiofx/Cargo.toml 8 additions, 7 deletionsgst-plugin-audiofx/Cargo.toml
- gst-plugin-audiofx/src/audioecho.rs 9 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-file/src/filesink.rs 2 additions, 1 deletiongst-plugin-file/src/filesink.rs
- gst-plugin-file/src/filesrc.rs 4 additions, 3 deletionsgst-plugin-file/src/filesrc.rs
- gst-plugin-file/src/lib.rs 3 additions, 3 deletionsgst-plugin-file/src/lib.rs
- gst-plugin-flv/Cargo.toml 6 additions, 6 deletionsgst-plugin-flv/Cargo.toml
- gst-plugin-flv/src/flvdemux.rs 24 additions, 17 deletionsgst-plugin-flv/src/flvdemux.rs
- gst-plugin-http/Cargo.toml 4 additions, 4 deletionsgst-plugin-http/Cargo.toml
- gst-plugin-http/src/httpsrc.rs 7 additions, 4 deletionsgst-plugin-http/src/httpsrc.rs
- gst-plugin-simple/Cargo.toml 6 additions, 5 deletionsgst-plugin-simple/Cargo.toml
- gst-plugin-simple/src/demuxer.rs 27 additions, 53 deletionsgst-plugin-simple/src/demuxer.rs
- gst-plugin-simple/src/error.rs 1 addition, 49 deletionsgst-plugin-simple/src/error.rs
- gst-plugin-simple/src/lib.rs 3 additions, 2 deletionsgst-plugin-simple/src/lib.rs
- gst-plugin-simple/src/sink.rs 13 additions, 13 deletionsgst-plugin-simple/src/sink.rs
- gst-plugin-simple/src/source.rs 13 additions, 13 deletionsgst-plugin-simple/src/source.rs
- gst-plugin-togglerecord/Cargo.toml 9 additions, 9 deletionsgst-plugin-togglerecord/Cargo.toml
- gst-plugin-togglerecord/examples/gtk_recording.rs 48 additions, 21 deletionsgst-plugin-togglerecord/examples/gtk_recording.rs