summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-10-31 10:14:14 +0100
committerYoann Lopes <yoann.lopes@qt.io>2016-11-14 17:04:32 +0000
commita7c23d86362efad27b8dbfd1bc570299dd606fbb (patch)
tree1db6f27ff768ca15303d216cd84a3bdc4575cd7f /src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp
parentf0ea26416a73e9ed60e0e0440275e73081f601a2 (diff)
Cleanup all maemo/meego specific code
Change-Id: I6c6f28084c6b030928eebc53c5d0009b168ede6a Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp b/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp
index d4570b8b1..8b3e10546 100644
--- a/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp
+++ b/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.cpp
@@ -57,11 +57,7 @@ QList<QVideoFrame::PixelFormat> CameraBinCaptureBufferFormat::supportedBufferFor
{
//the exact YUV format is unknown with camerabin until the first capture is requested
return QList<QVideoFrame::PixelFormat>()
- << QVideoFrame::Format_Jpeg
-#ifdef Q_WS_MAEMO_6
- << QVideoFrame::Format_UYVY
-#endif
- ;
+ << QVideoFrame::Format_Jpeg;
}
QVideoFrame::PixelFormat CameraBinCaptureBufferFormat::bufferFormat() const