gstreamer-rs/gstreamer-player/src
Sebastian Dröge c39c0c7264 Implement ClockTime as ClockTime(Option<u64>)
And also implement a FormatValue type that holds a value together with
its format to make usage of the positions/durations/seek positions/etc
more convenient and safe.

Fixes https://github.com/sdroege/gstreamer-rs/issues/3
2017-11-11 11:57:29 +01:00
..
auto Implement ClockTime as ClockTime(Option<u64>) 2017-11-11 11:57:29 +01:00
lib.rs Run everything through latest rustfmt-nightly 2017-09-10 15:21:26 +03:00
player.rs Fix Player constructor on GStreamer 1.12 if a video renderer or signal dispatcher are given 2017-09-10 15:27:53 +03:00
player_g_main_context_signal_dispatcher.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
player_video_overlay_video_renderer.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00