-
- Downloads
* #6226 * #6179 : Rework v4l2 classes / preferences
VideoV4l2List doesn't store the current settings anymore Preferences are actually saved and restored Properties (channel, size, rate) are all stored as strings remove VideoV4l2Rate (it was only a float) VideoV4l2List will have a thread monitoring devices insertion/removal with udev and will notify the preferences code in the daemon, and the client Fix bug in VideoV4l2Channel::GetSizes() : mix class member and local variable (idx) Print error messages in client dbus functions Return NULL strings in client dbus functions in case of error, instead of uninitialized strings
Showing
- sflphone-client-gnome/src/config/videoconf.c 128 additions, 88 deletionssflphone-client-gnome/src/config/videoconf.c
- sflphone-client-gnome/src/dbus/configurationmanager-introspec.xml 32 additions, 8 deletions...-client-gnome/src/dbus/configurationmanager-introspec.xml
- sflphone-client-gnome/src/dbus/dbus.c 50 additions, 50 deletionssflphone-client-gnome/src/dbus/dbus.c
- sflphone-client-gnome/src/dbus/dbus.h 11 additions, 11 deletionssflphone-client-gnome/src/dbus/dbus.h
- sflphone-common/src/dbus/configurationmanager-introspec.xml 32 additions, 8 deletionssflphone-common/src/dbus/configurationmanager-introspec.xml
- sflphone-common/src/dbus/configurationmanager.cpp 14 additions, 14 deletionssflphone-common/src/dbus/configurationmanager.cpp
- sflphone-common/src/dbus/configurationmanager.h 11 additions, 11 deletionssflphone-common/src/dbus/configurationmanager.h
- sflphone-common/src/managerimpl.cpp 23 additions, 25 deletionssflphone-common/src/managerimpl.cpp
- sflphone-common/src/managerimpl.h 11 additions, 11 deletionssflphone-common/src/managerimpl.h
- sflphone-common/src/preferences.cpp 35 additions, 31 deletionssflphone-common/src/preferences.cpp
- sflphone-common/src/preferences.h 39 additions, 41 deletionssflphone-common/src/preferences.h
- sflphone-common/src/video/test/test_v4l2.cpp 24 additions, 48 deletionssflphone-common/src/video/test/test_v4l2.cpp
- sflphone-common/src/video/test/test_video_preview.cpp 11 additions, 1 deletionsflphone-common/src/video/test/test_video_preview.cpp
- sflphone-common/src/video/video_v4l2.cpp 35 additions, 70 deletionssflphone-common/src/video/video_v4l2.cpp
- sflphone-common/src/video/video_v4l2.h 4 additions, 25 deletionssflphone-common/src/video/video_v4l2.h
- sflphone-common/src/video/video_v4l2_list.cpp 67 additions, 18 deletionssflphone-common/src/video/video_v4l2_list.cpp
- sflphone-common/src/video/video_v4l2_list.h 16 additions, 7 deletionssflphone-common/src/video/video_v4l2_list.h
Loading
Please register or sign in to comment