-
- Downloads
video device: use device id instead of friendly name
- Video settings, and APIs will now use a device id, which will be a path on platforms where everything is a file, and a DevicePath with a bonus ffmpeg-dshow compliant prefix on Windows. - The device's friendly name is uniquified, and stored in the settings still, but only retrieved/translated for UI. - MRLs are now constructed with the device id. Change-Id: I092f08cc2cd31bd78aeec5c774c2cc33d75c1d4e
Showing
- bin/dbus/cx.ring.Ring.VideoManager.xml 13 additions, 11 deletionsbin/dbus/cx.ring.Ring.VideoManager.xml
- bin/dbus/dbusvideomanager.cpp 10 additions, 10 deletionsbin/dbus/dbusvideomanager.cpp
- bin/dbus/dbusvideomanager.h 5 additions, 5 deletionsbin/dbus/dbusvideomanager.h
- src/client/videomanager.cpp 15 additions, 15 deletionssrc/client/videomanager.cpp
- src/client/videomanager.h 1 addition, 1 deletionsrc/client/videomanager.h
- src/dring/videomanager_interface.h 6 additions, 8 deletionssrc/dring/videomanager_interface.h
- src/media/video/androidvideo/video_device_impl.cpp 1 addition, 0 deletionssrc/media/video/androidvideo/video_device_impl.cpp
- src/media/video/iosvideo/video_device_impl.cpp 1 addition, 1 deletionsrc/media/video/iosvideo/video_device_impl.cpp
- src/media/video/osxvideo/video_device_impl.mm 4 additions, 4 deletionssrc/media/video/osxvideo/video_device_impl.mm
- src/media/video/v4l2/video_device_impl.cpp 5 additions, 5 deletionssrc/media/video/v4l2/video_device_impl.cpp
- src/media/video/video_base.cpp 4 additions, 0 deletionssrc/media/video/video_base.cpp
- src/media/video/video_base.h 1 addition, 0 deletionssrc/media/video/video_base.h
- src/media/video/video_device.h 5 additions, 3 deletionssrc/media/video/video_device.h
- src/media/video/video_device_monitor.cpp 69 additions, 107 deletionssrc/media/video/video_device_monitor.cpp
- src/media/video/video_device_monitor.h 4 additions, 6 deletionssrc/media/video/video_device_monitor.h
- src/media/video/winvideo/video_device_impl.cpp 8 additions, 8 deletionssrc/media/video/winvideo/video_device_impl.cpp
- src/media/video/winvideo/video_device_monitor_impl.cpp 3 additions, 3 deletionssrc/media/video/winvideo/video_device_monitor_impl.cpp
Loading
Please register or sign in to comment