Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / media / video / capture / linux / video_capture_device_factory_linux.cc
index c8821ee..303e14a 100644 (file)
@@ -175,6 +175,10 @@ void VideoCaptureDeviceFactoryLinux::GetDeviceSupportedFormats(
           break;
         }
         supported_formats->push_back(supported_format);
+        DVLOG(1) << device.name()
+                 << " resolution: " << supported_format.frame_size.ToString()
+                 << ", fps: " << supported_format.frame_rate
+                 << ", pixel format: " << supported_format.pixel_format;
         ++frame_interval.index;
       }
       ++frame_size.index;