Skip to content

spa: pod: replace seek() with stream_position()

Tom Wagner requested to merge ryuukyu/pipewire-rs:stream-pos into master

With Rust 1.51 released, stream_position() is now stable, which is a nicer way to obtain the current seek position than seek(SeekFrom::Current(0))

Merge request reports