gstreamer-rs/gstreamer-rtp/src
Sebastian Dröge d3c77f400d Don't derive Debug impls for generic types where the type parameters don't have to impl Debug themselves
This allows to use MappedBuffer and similar types to be properly
debug-printed.

Also change VideoFrame/VideoFrameRef/RTPBuffer from a tuple struct to a
struct with proper field names to make the code easier to understand.
2020-01-22 19:10:04 +02:00
..
auto Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
lib.rs Fix glib reexports 2019-11-11 11:34:09 +01:00
rtp_buffer.rs Don't derive Debug impls for generic types where the type parameters don't have to impl Debug themselves 2020-01-22 19:10:04 +02:00