- 18 Nov, 2018 5 commits
-
-
Zeeshan Ali authored
Attempting to fix an error from CI: error[E0658]: access to extern crates through prelude is experimental (see issue #44660) --> tools/src/piped_stdio.rs:16:23 | 16 | let cmdline = std::env::var_os("PAGER").unwrap_or(OsString::from(DEFAULT_PAGER)); | ^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0658`. https://gitlab.freedesktop.org/zeenix/gstreamer-rs/-/jobs/45439 -
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
In most cases, the pager would have been gone with it's end of the pipe closed so flushing changes in this case will fail and attempting to write to the stderr will result in a SIGILL.
-
- 17 Nov, 2018 5 commits
-
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
Gets the pager commandline from PAGER env. If PAGER env is not set, just use 'less -FR`.
-
Zeeshan Ali authored
-
- 16 Nov, 2018 1 commit
-
-
Zeeshan Ali authored
Same as the usual gst-inspect but written in Rust.
-
- 15 Nov, 2018 2 commits
-
-
Zeeshan Ali authored
-
Zeeshan Ali authored
For some reason it doesn't get autogenerated so let's generate it manually. To avoid conflict with the same method from GObject, let's name it get_plugin_name().
-
- 13 Nov, 2018 2 commits
-
-
Fernando Jiménez Moreno authored
-
Sebastian Dröge authored
See gstreamer/gstreamer!31
-
- 11 Nov, 2018 1 commit
-
-
Sebastian Dröge authored
This allows directly calling them on bins instead of using a global function.
-
- 10 Nov, 2018 1 commit
-
-
Sebastian Dröge authored
It can be safely sent between threads as long as all references are in the same thread.
-
- 05 Nov, 2018 3 commits
-
-
Markus Ebner authored
This adds a usage example for the typefind and multiqueue elements, and dynamic pads.
-
Sebastian Dröge authored
Gets rid of some unneeded property notification functions in GES
-
Sebastian Dröge authored
-
- 04 Nov, 2018 9 commits
-
-
Thibault Saunier authored
Fixes #151
-
Thibault Saunier authored
-
-
Thijs Vermeir authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
error[E0658]: access to extern crates through prelude is experimental (see issue #44660) --> gstreamer-check/src/harness.rs:180:76 | 180 | pub fn crank_multiple_clock_waits(&mut self, waits: u32) -> Result<(), glib::BoolError> { | ^^^^ -
-
Thibault Saunier authored
No reason to run tests if linting didn't pass
-
Thibault Saunier authored
-
- 03 Nov, 2018 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 02 Nov, 2018 7 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Covers GstHarness and GstTestClock Fixes https://github.com/sdroege/gstreamer-rs/issues/148
-
Sebastian Dröge authored
-