gstreamer-rs/gstreamer-video/src
Sebastian Dröge a753c65d33 video: Add VideoTimeCode bindings
There's a VideoTimeCode type that represents any kind of timecodes,
including invalid ones, and which allows to change each field
individually. And ValidVideoTimeCode that has all fields
validated and that can be used with most of the API.

In C, validation of the timecodes is left to the user and most functions
assert on getting passed valid timecodes.
2018-12-17 17:40:41 +02:00
..
auto video: Add VideoTimeCode bindings 2018-12-17 17:40:41 +02:00
functions.rs Fix all clippy warnings 2018-07-20 10:28:20 +03:00
lib.rs video: Add VideoTimeCode bindings 2018-12-17 17:40:41 +02:00
video_event.rs Run everything through latest rustfmt 2018-07-27 13:36:40 +03:00
video_format.rs Fix all clippy warnings 2018-07-20 10:28:20 +03:00
video_format_info.rs Regenerate with latest GIR and update for the non-bitflags flags in -sys now 2018-04-04 10:47:12 +03:00
video_frame.rs Add API for mapping GL buffers as VideoFrameRef in addition to a full VideoFrame 2018-12-08 18:59:14 +00:00
video_info.rs Implement Sync for VideoInfo and AudioInfo 2018-09-22 10:56:25 +03:00
video_meta.rs Ignore false clippy warning about casting and pointer alignment in videometa 2018-12-04 10:51:50 +02:00
video_overlay.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
video_overlay_composition.rs Remove various unused use statements 2018-12-08 14:58:14 +02:00
video_rectangle.rs Don't implement Copy for VideoRectangle and pass by reference to center_video_rectangle() 2018-01-03 17:38:22 +02:00
video_time_code.rs video: Add VideoTimeCode bindings 2018-12-17 17:40:41 +02:00
video_time_code_interval.rs video: Add VideoTimeCode bindings 2018-12-17 17:40:41 +02:00