mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-23 00:07:29 +08:00
Change driver registration requirement to have an Info
* Move label to Info * Replace label requirement to be an info * Replace Label driver method to be an Info method
This commit is contained in:
@@ -35,7 +35,9 @@ func init() {
|
||||
&screen{
|
||||
num: i,
|
||||
},
|
||||
deviceID(i),
|
||||
driver.Info{
|
||||
Label: deviceID(i),
|
||||
},
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user