blob: 4794f3ad1570c54bdb54870175c865d8eddbc7f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/browser/media/media_internals.cc.orig 2016-10-06 04:02:18.000000000 +0300
+++ content/browser/media/media_internals.cc 2016-10-13 06:53:50.938946000 +0300
@@ -724,7 +724,7 @@
device_dict->SetString("name", descriptor.GetNameAndModel());
device_dict->Set("formats", format_list);
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \
- defined(OS_ANDROID)
+ defined(OS_ANDROID) || defined(OS_BSD)
device_dict->SetString("captureApi", descriptor.GetCaptureApiTypeString());
#endif
video_capture_capabilities_cached_data_.Append(std::move(device_dict));
|