gstreamer-rs/gstreamer-audio/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
audio_buffer.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
audio_channel_position.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
audio_converter.rs audio/audio_converter: mix-matrix contains floats, not doubles 2021-02-12 13:49:25 +02:00
audio_decoder.rs Remove gst_ prefix from all macros except for the logging macros 2020-12-20 19:40:34 +02:00
audio_encoder.rs Fix license header situation 2020-12-15 11:53:31 +01:00
audio_format.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
audio_format_info.rs Fix license header situation 2020-12-15 11:53:31 +01:00
audio_info.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
audio_meta.rs Update everything for glib macro renamings 2020-12-18 00:56:47 +02:00
audio_ring_buffer_spec.rs Fix license header situation 2020-12-15 11:53:31 +01:00
audio_stream_align.rs Fix license header situation 2020-12-15 11:53:31 +01:00
functions.rs Fix license header situation 2020-12-15 11:53:31 +01:00
lib.rs gstreamer-audio: Add AudioConverterConfig 2021-02-09 19:13:30 +02:00