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
This avoids depending on gst_flow_combiner_ref/unref which were introduced in gstreamer-1.12.1. Fixes https://github.com/sdroege/gstreamer-rs/pull/40
https://github.com/sdroege/gstreamer-rs/issues/7