Skip to content

Change some mutable self references to immutable and the other way around

Sebastian Dröge requested to merge slomo/gstreamer-rs:mutable-self-refs into master
commit c4e7ed513b34faecd87453ef214747866e06bd3c (HEAD -> mutable-self-refs, gitlab-slomo/mutable-self-refs)
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sun Feb 9 18:26:42 2020 +0200

    audio/stream_align: Don't require mutable references in getters

commit 420150a4e336adddcf995896dad6bb9e779f99d7
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sun Feb 9 18:22:45 2020 +0200

    base/flow_combiner: UniqueFlowCombiner::clear() should take &mut self
    
    It's modifying the state of the combiner and requires a unique, mutable
    reference.

Merge request reports