gstreamer-rs/gstreamer-audio/src
Sebastian Dröge 8a50bbcaa3 audiobuffer: Remove unnecessary ref/deref
warning: deref on an immutable reference
   --> gstreamer-audio/src/audio_buffer.rs:255:35
    |
255 |             Self::Owned(ref b) => &*b,
    |                                   ^^^
    |
    = note: `#[warn(clippy::borrow_deref_ref)]` on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref
2022-08-09 21:08:22 +00:00
..
auto Regenerate with latest gir 2022-07-18 13:25:36 +03:00
subclass Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
audio_aggregator.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
audio_aggregator_convert_pad.rs audio: Add audioaggregator bindings 2022-04-01 11:04:08 +03:00
audio_aggregator_pad.rs audio: Add audioaggregator bindings 2022-04-01 11:04:08 +03:00
audio_buffer.rs audiobuffer: Remove unnecessary ref/deref 2022-08-09 21:08:22 +00:00
audio_channel_position.rs Add missing doc aliases to manual code 2021-05-19 22:36:18 +02:00
audio_converter.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
audio_decoder.rs Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
audio_encoder.rs Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
audio_format.rs Implement more iterator functions / traits in custom iterators for efficiency reasons 2022-05-22 12:42:42 +03:00
audio_format_info.rs audio,video: Remove dox feature from function bodies 2021-06-04 11:51:01 +02:00
audio_info.rs Implement FormattedValue on any candidate type 2022-07-11 19:45:52 +02:00
audio_meta.rs Implement FormattedValue on any candidate type 2022-07-11 19:45:52 +02:00
audio_ring_buffer_spec.rs manual code: fix-getters-def doc aliases 2021-05-03 20:46:57 +02:00
audio_stream_align.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
caps.rs audio, video: Default values in caps builders 2022-08-09 15:00:54 +03:00
flag_serde.rs Add De/Serialization for most bitflag types 2022-05-06 09:05:52 +00:00
functions.rs Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
lib.rs gstreamer-audio: Add AudioCapsBuilder 2022-07-20 11:06:21 +00:00
utils.rs audio: Add audioaggregator bindings 2022-04-01 11:04:08 +03:00