gstreamer-rs/gstreamer-video/src/subclass
Sebastian Dröge ea239c587e Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure
This scales better as there will only be only such data instead of two
or more when having deeper class hierarchies with multiple Rust
elements, and also makes it unnecessary to use a special instance struct
so the default works well.
2021-03-09 16:36:35 +02:00
..
mod.rs Re-export all dependency crates and their preludes 2020-12-20 19:40:34 +02:00
video_decoder.rs Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure 2021-03-09 16:36:35 +02:00
video_encoder.rs Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure 2021-03-09 16:36:35 +02:00
video_sink.rs Store panic information not in a custom instance struct but in the instance data provided by the subclassing infrastructure 2021-03-09 16:36:35 +02:00