gstreamer-rs/gstreamer-video/src
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
..
auto Regenerate with latest gir 2021-03-08 12:25:37 +02:00
subclass 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
caps_features.rs Fix license header situation 2020-12-15 11:53:31 +01:00
functions.rs Use async/await in a few places and reduce dependencies as a result 2021-01-14 15:25:03 +02:00
lib.rs Remove allow(unused_imports) from mod auto 2021-01-30 15:49:49 +01:00
utils.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_buffer_pool.rs gstreamer,video: Do not zero-initialize designated struct members 2021-02-15 20:19:38 +01:00
video_codec_frame.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_codec_state.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_color_matrix.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
video_converter.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
video_decoder.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
video_encoder.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_event.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
video_format.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
video_format_info.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_frame.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
video_info.rs gstreamer,video: Do not zero-initialize designated struct members 2021-02-15 20:19:38 +01:00
video_meta.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
video_overlay.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_overlay_composition.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
video_rectangle.rs Fix license header situation 2020-12-15 11:53:31 +01:00
video_time_code.rs video/timecode: Fix compilation of tests with target API < 1.16 2021-02-10 13:09:51 +02:00
video_time_code_interval.rs video/time_code_interval: Correct set_frames parameter name 2020-12-19 12:54:37 +01:00