summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2018-05-04 17:40:59 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2018-05-04 17:40:59 +0300
commit1ebcb1c4ecd948d0fa9b12f80ec02afd7720a989 (patch)
tree058602da3f5c0eb63b093fd9978ddf0e77a7e64d
parent7f298aa319703826ebf78b4b8aaa6caf8e36c292 (diff)
Fix discoverer test
https://bugzilla.gnome.org/show_bug.cgi?id=710370
-rw-r--r--tests/auto/discoverertest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/discoverertest.cpp b/tests/auto/discoverertest.cpp
index 84dd760..ee9b92a 100644
--- a/tests/auto/discoverertest.cpp
+++ b/tests/auto/discoverertest.cpp
@@ -391,9 +391,6 @@ void DiscovererTest::setupDiscoveryData()
->setSampleRate(48000)->setChannels(1)->setDepth(16)
->addTag("audio-codec", "FLAC")
->addTag("container-format", "Ogg"))
- << StreamInfoPtr((new AudioStreamInfo("audio/x-flac"))
- ->setSampleRate(48000)->setChannels(1)
- ->setNative(false))
<< StreamInfoPtr((new VideoStreamInfo("video/x-theora"))
->setWidth(160)->setHeight(120)->setInterlaced(false)
->setBitrate(200000)->setFramerate(QGst::Fraction(5, 1))