Crate gstreamer_check[][src]

Re-exports

pub use ffi;
pub use glib;
pub use gst;
pub use crate::harness::Harness;

Modules

harness
prelude

Structs

TestClock

GstTestClock is an implementation of crate::gst::Clock which has different behaviour compared to crate::gst::SystemClock. Time for crate::gst::SystemClock advances according to the system time, while time for crate::TestClock changes only when Self::set_time() or Self::advance_time() are called. crate::TestClock provides unit tests with the possibility to precisely advance the time in a deterministic manner, independent of the system time or any other external factors.