gstreamer-rs/gstreamer-rtsp-server/src
Sebastian Dröge 7230aee069 Switch everything from lazy_static to once_cell::Lazy
Fewer macros, faster compile-time and the Lazy type will likely end up
in the standard library in a similar form to this.
2020-01-22 19:57:41 +02:00
..
auto Regenerate with latest gir 2020-01-22 19:57:41 +02:00
lib.rs Switch everything from lazy_static to once_cell::Lazy 2020-01-22 19:57:41 +02:00
rtsp_address_pool.rs Update manual code 2019-04-15 19:19:19 +03:00
rtsp_auth.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
rtsp_client.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
rtsp_context.rs Update manual code 2019-04-15 19:19:19 +03:00
rtsp_media_factory.rs Update manual code 2019-04-15 19:19:19 +03:00
rtsp_server.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
rtsp_session_pool.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
rtsp_stream.rs Update manual code 2019-04-15 19:19:19 +03:00
rtsp_stream_transport.rs Update manual code 2019-04-15 19:19:19 +03:00
rtsp_token.rs Explicitly add dyn keyword to trait objects 2019-06-06 09:09:34 +03:00