We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c24b9f commit c7eab1aCopy full SHA for c7eab1a
backends/gstreamer/lib.rs
@@ -73,7 +73,6 @@ impl GStreamerBackend {
73
// See https://github.com/servo/media/pull/393.
74
let needs_background_glib_main_loop = {
75
let (major, minor, micro, _) = gst::version();
76
- println!("glib version {major} {minor} {micro}");
77
(major, minor, micro) >= (1, 19, 1) && (major, minor, micro) <= (1, 22, 7)
78
};
79
0 commit comments