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
Contributor

@ferjm ferjm commented Jul 2, 2020

@ferjm ferjm requested a review from Manishearth July 2, 2020 15:43
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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary import

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably file a followup about the devices changing

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Member

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me

@ferjm
Copy link
Contributor Author

ferjm commented Jul 9, 2020

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

📌 Commit d298df9 has been approved by Manishearth

@bors-servo
Copy link
Contributor

⌛ Testing commit d298df9 with merge 7b0794d...

@bors-servo
Copy link
Contributor

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

@bors-servo bors-servo merged commit 7b0794d into servo:master Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants