gstreamer-rs/examples/src/bin
Sebastian Dröge c99928d030 Change FormatValue related API to be more convenient to use
FormatValue is now renamed to GenericFormattedValue and the API slightly
changed. In addition there is now a FormattedValue trait, and a
SpecificFormattedValue trait plus types for Bytes, Buffers and the
existing ClockTime.

This allows to create functions like
  Pad::query_duration<F: SpecificFormattedValue>() -> Option<F>
and doesn't require the caller to unwrap the generic value anymore,
which is completely unneeded in these cases.

In addition, Segment became FormattedSegment<T> with API to
upcast/downcast between the specific formatted values and the generic
formatted value. This greatly simplifies usage of Segments.
2017-12-09 19:45:18 +02:00
..
appsink.rs Fix some clippy warnings in examples/tutorials 2017-11-27 14:03:33 +02:00
appsrc.rs Fix some clippy warnings in examples/tutorials 2017-11-27 14:03:33 +02:00
decodebin.rs Let Sample::new(), TagList::add(), Structure::set() and others take more values by reference instead of by value 2017-11-27 14:34:02 +02:00
events.rs Fix up tutorials and examples for Message::get_src() returning an Option now 2017-11-16 13:58:56 +02:00
gtksink.rs Change FormatValue related API to be more convenient to use 2017-12-09 19:45:18 +02:00
gtkvideooverlay.rs Change FormatValue related API to be more convenient to use 2017-12-09 19:45:18 +02:00
iterator.rs examples: Set up a runloop on macOS 2017-11-12 19:07:02 +01:00
launch.rs Fix up tutorials and examples for Message::get_src() returning an Option now 2017-11-16 13:58:56 +02:00
launch_glib_main.rs Fix up tutorials and examples for Message::get_src() returning an Option now 2017-11-16 13:58:56 +02:00
pad_probes.rs Fix up tutorials and examples for Message::get_src() returning an Option now 2017-11-16 13:58:56 +02:00
playbin.rs Fix some clippy warnings in examples/tutorials 2017-11-27 14:03:33 +02:00
player.rs Fix some clippy warnings in examples/tutorials 2017-11-27 14:03:33 +02:00
queries.rs Change FormatValue related API to be more convenient to use 2017-12-09 19:45:18 +02:00
toc.rs Fix some clippy warnings in examples/tutorials 2017-11-27 14:03:33 +02:00
tokio.rs Fix up tutorials and examples for Message::get_src() returning an Option now 2017-11-16 13:58:56 +02:00