gstreamer-rs/gstreamer-video/src/subclass
Sebastian Dröge d2e508eca1 video: Use static inner lifetime for VideoCodecState<Readable>
It does not borrow from anything else and can be safely stored away.

Only the VideoCodecState<InNegotiation> is actively borrowing from the
element to ensure that it is only modified during negotiation in a safe
way.
2019-12-23 13:15:34 +02:00
..
mod.rs Fix various clippy warnings 2019-07-11 22:02:01 +03:00
video_decoder.rs video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:15:34 +02:00
video_encoder.rs video: Use static inner lifetime for VideoCodecState<Readable> 2019-12-23 13:15:34 +02:00