gstreamer-rs/gstreamer-gl/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
caps_features.rs Switch everything from lazy_static to once_cell::Lazy 2020-01-22 19:57:41 +02:00
context.rs Update manual code 2019-04-15 19:19:19 +03:00
gl_context.rs Update manual code 2019-04-15 19:19:19 +03:00
gl_display.rs Switch everything from lazy_static to once_cell::Lazy 2020-01-22 19:57:41 +02:00
gl_display_egl.rs gstreamer-gl/{egl,x11}: Change functions from returning Option to Result 2019-11-24 20:55:54 +00:00
gl_display_wayland.rs gstreamer-gl/wayland: Change a function from returning an Option to Results 2019-11-23 12:51:38 +00:00
gl_display_x11.rs gstreamer-gl/{egl,x11}: Change functions from returning Option to Result 2019-11-24 20:55:54 +00:00
gl_sync_meta.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
gl_video_frame.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
lib.rs Switch everything from lazy_static to once_cell::Lazy 2020-01-22 19:57:41 +02:00