summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiane Trout <diane@ghic.org>2015-04-06 21:47:43 -0700
committerDiane Trout <diane@ghic.org>2015-04-06 21:51:23 -0700
commitd90bbcd749cfa66a26fcc4dc4de237d40646d791 (patch)
treed031135748fa7f7b56d9ca35b08e5afd6d6b7453
parentcf09822eeeee802a0314d7b0ef8c5a469558a0d5 (diff)
when built against 1.4, the unit test fails because it appears the description for flac changed
-rw-r--r--tests/auto/discoverertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/discoverertest.cpp b/tests/auto/discoverertest.cpp
index cd9c9e0..27e6770 100644
--- a/tests/auto/discoverertest.cpp
+++ b/tests/auto/discoverertest.cpp
@@ -389,7 +389,7 @@ void DiscovererTest::setupDiscoveryData()
<< (StreamInfoList()
<< StreamInfoPtr((new AudioStreamInfo("audio/x-flac, framed=true"))
->setSampleRate(48000)->setChannels(1)->setDepth(16)
- ->addTag("audio-codec", "FLAC")
+ ->addTag("audio-codec", "Free Lossless Audio Codec (FLAC)")
->addTag("container-format", "Ogg"))
<< StreamInfoPtr((new AudioStreamInfo("audio/x-flac"))
->setSampleRate(48000)->setChannels(1)
@@ -402,7 +402,7 @@ void DiscovererTest::setupDiscoveryData()
->addTag("video-codec", "Theora")))
<< (TagList()
<< makeTag("container-format", "Ogg")
- << makeTag("audio-codec", "FLAC")
+ << makeTag("audio-codec", "Free Lossless Audio Codec (FLAC)")
<< makeTag("video-codec", "Theora")
<< makeTag("bitrate", 200000U));
QTest::newRow("numbers07.png")