Sebastian Dröge
|
8fd859a45f
|
Update documentation to GitLab pages
|
2018-11-26 15:45:38 +01:00 |
|
Sebastian Dröge
|
a17449e2be
|
Run everything through rustfmt
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
9dd6053dbd
|
Update gstreamer-check version to 0.12.1
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
5aa3b3908e
|
harness: Work around floating references issues in GstHarness
See https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/31
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
2a222987d1
|
Fix accidential usage of Rust 1.30 feature
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> {
| ^^^^
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
5ae517d093
|
Use std::path to directly refer to path::Path
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
fcb3ee9045
|
Keep harness::{Ref, RefMut} in the module instead of re-exporting at the top-level
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
ea12ab3cf0
|
Add accessors for the GstHarness struct fields
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
8c37ad1372
|
Fix harness compilation with v1_16 feature
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
0799647874
|
Fix gstreamer-check build with default features and docs
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
2a2ffa45c9
|
Add initial version of gstreamer-check
Covers GstHarness and GstTestClock
Fixes https://github.com/sdroege/gstreamer-rs/issues/148
|
2018-11-26 12:57:45 +01:00 |
|
Sebastian Dröge
|
be8f29c9f7
|
WIP initial version of harness/testclock bindings
|
2018-11-26 12:57:45 +01:00 |
|