gstreamer-rs/gstreamer-base/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
..
aggregator.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
aggregator_pad.rs Update for the subclassing glib bindings API changes 2021-03-09 16:04:32 +02:00
base_parse.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
base_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
base_src.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
base_transform.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
mod.rs gstreamer: Provide class metadata, pad templates and basetransform configuration via trait methods 2021-01-25 13:56:55 +02:00
push_src.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