From ae05687deb0c5fe06de5dd80cabc1e10e1c4797b Mon Sep 17 00:00:00 2001 From: atraczyk <andreastraczyk@gmail.com> Date: Fri, 20 Jan 2017 15:18:27 -0500 Subject: [PATCH] video: correct getDeviceParams storing the wrong pixel format name Change-Id: I5734a4a639ab631d52fb6da49e21cd87b96b23d4 Tuleap: #790 --- src/media/video/uwpvideo/video_device_impl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/media/video/uwpvideo/video_device_impl.cpp b/src/media/video/uwpvideo/video_device_impl.cpp index 78f524e912..e50bb60682 100644 --- a/src/media/video/uwpvideo/video_device_impl.cpp +++ b/src/media/video/uwpvideo/video_device_impl.cpp @@ -157,7 +157,6 @@ VideoDeviceImpl::getDeviceParams() const ss1 << fmt_->ring_format; ss1 >> params.format; - params.format = fmt_->name; params.name = name; params.input = name; params.channel = 0; -- GitLab