From dc41d2fb77e99862701d5b527a32b90163ffdb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Thu, 14 Mar 2019 11:29:23 +0100 Subject: [PATCH] Temporarily disable GL functionality --- Cargo.lock | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79103ada30b0..b11added8e23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1634,14 +1634,6 @@ dependencies = [ "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "gstreamer-gl-egl" -version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" -dependencies = [ - "gstreamer-gl 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "gstreamer-gl-sys" version = "0.7.0" @@ -3769,7 +3761,7 @@ dependencies = [ [[package]] name = "servo-media" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "servo-media-audio 0.1.0 (git+https://github.com/servo/media)", "servo-media-player 0.1.0 (git+https://github.com/servo/media)", @@ -3780,7 +3772,7 @@ dependencies = [ [[package]] name = "servo-media-audio" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byte-slice-cast 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3796,7 +3788,7 @@ dependencies = [ [[package]] name = "servo-media-auto" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "servo-media-dummy 0.1.0 (git+https://github.com/servo/media)", "servo-media-gstreamer 0.1.0 (git+https://github.com/servo/media)", @@ -3805,7 +3797,7 @@ dependencies = [ [[package]] name = "servo-media-dummy" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3819,7 +3811,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byte-slice-cast 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3829,7 +3821,6 @@ dependencies = [ "gstreamer-app 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-audio 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-gl 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gstreamer-gl-egl 0.1.0 (git+https://github.com/servo/media)", "gstreamer-player 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-sdp 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-sdp-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3851,7 +3842,7 @@ dependencies = [ [[package]] name = "servo-media-player" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "ipc-channel 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3861,12 +3852,12 @@ dependencies = [ [[package]] name = "servo-media-streams" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" [[package]] name = "servo-media-webrtc" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3965,7 +3956,7 @@ dependencies = [ [[package]] name = "servo_media_derive" version = "0.1.0" -source = "git+https://github.com/servo/media#9d9f557fc7bfa78075b83edd822557548c9d4344" +source = "git+https://github.com/servo/media#a5a8490087d786a4dbebed43e9705874c4351aa0" dependencies = [ "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5323,7 +5314,6 @@ dependencies = [ "checksum gstreamer-base 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d5125abdd41935c39cf0525160882c18610ee9332496fd4ca69c1218069126ae" "checksum gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a3f7c5624775ddfdc34a0e5932e1f3786a305390f26844e7567fb0179b985f2" "checksum gstreamer-gl 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "364a49f206a6d58cc7d51204472cfb2b5e274c8b2b5a438aadfb3e93d21207d7" -"checksum gstreamer-gl-egl 0.1.0 (git+https://github.com/servo/media)" = "" "checksum gstreamer-gl-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83ac65068d1e4d9a43e84cc87b68f0f3aa79a16edc107722b8fda476b7ae636a" "checksum gstreamer-player 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5341030ff6c8fb0e83ed01abab236a74cbcbe88afd0f4870e3a6b34a1fd61c4" "checksum gstreamer-player-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ac29007ef1f9abc0e35ea0b65c4331ddae5355ad6869e1099f3497db606c40a"