[][src]Crate gstreamer_check

Re-exports

pub use harness::Harness;

Modules

harness
prelude

Structs

TestClock

GstTestClock is an implementation of gst::Clock which has different behaviour compared to gst::SystemClock. Time for gst::SystemClock advances according to the system time, while time for TestClock changes only when TestClock::set_time or TestClock::advance_time are called. 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.

TestClockClass