Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device monitor #368

Merged
merged 4 commits into from Jul 9, 2020
Merged

Device monitor #368

merged 4 commits into from Jul 9, 2020

Conversation

@ferjm
Copy link
Member

ferjm commented Jul 2, 2020

@ferjm ferjm requested a review from Manishearth Jul 2, 2020
backends/gstreamer/device_monitor.rs Outdated Show resolved Hide resolved
backends/gstreamer/device_monitor.rs Outdated Show resolved Hide resolved
@@ -1,4 +1,6 @@
#![feature(nll)]

extern crate atomic_refcell;

This comment has been minimized.

@Manishearth

Manishearth Jul 8, 2020

Member

unnecessary import

impl MediaDeviceMonitor for GStreamerDeviceMonitor {
fn enumerate_devices(&self) -> Result<Vec<MediaDeviceInfo>, ()> {
{
if let Some(ref devices) = *self.devices.borrow() {

This comment has been minimized.

@Manishearth

Manishearth Jul 8, 2020

Member

we should probably file a followup about the devices changing

This comment has been minimized.

@Manishearth

Manishearth Jul 8, 2020

Member

though it's not that important, actually, sicne we don't use this cache in servo

Copy link
Member

Manishearth left a comment

r=me

@ferjm
Copy link
Member Author

ferjm commented Jul 9, 2020

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 9, 2020

📌 Commit d298df9 has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 9, 2020

Testing commit d298df9 with merge 7b0794d...

@bors-servo
Copy link
Contributor

bors-servo commented Jul 9, 2020

☀️ Test successful - checks-travis
Approved by: Manishearth
Pushing 7b0794d to master...

@bors-servo bors-servo merged commit 7b0794d into servo:master Jul 9, 2020
2 of 3 checks passed
2 of 3 checks passed
continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
Travis CI - Pull Request Build Passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.