summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2014-03-26 14:46:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-26 16:35:41 +0100
commitc5c3ce6f9bcdb560e30438ffca5647580f2f00c1 (patch)
tree2e883772222bc99d1435f6ea3658ac9920825ce8 /src/multimedia/video
parentcd7882b760ae34034b1b5b53c6e7970eb05f2bc2 (diff)
Removed debug operator autotests.
For QVideoFrame, QAudioFormat and QVideoSurfaceFormat. There's no point in testing the formatting of the debug operator. These tests can break every time there's a change in QDebug's output policy. Change-Id: I2349b4722a428bc4c56ca58b13889790e86df4c1 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'src/multimedia/video')
-rw-r--r--src/multimedia/video/qvideoframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/video/qvideoframe.cpp b/src/multimedia/video/qvideoframe.cpp
index 29f6e4731..e4ce21361 100644
--- a/src/multimedia/video/qvideoframe.cpp
+++ b/src/multimedia/video/qvideoframe.cpp
@@ -1022,7 +1022,7 @@ static QString qFormatTimeStamps(qint64 start, qint64 end)
QDebug operator<<(QDebug dbg, const QVideoFrame& f)
{
- dbg.nospace() << "QVideoFrame(" << f.size() << ","
+ dbg.nospace() << "QVideoFrame(" << f.size() << ", "
<< f.pixelFormat() << ", "
<< f.handleType() << ", "
<< f.mapMode() << ", "