From ab953ac11fd18b51d64fc2633a5187c4e5bab251 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 15 Apr 2011 15:41:03 +0000 Subject: add tests for theora codec --- tests/tests.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index 271fc30c..e5210b08 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -67,6 +67,15 @@ private slots: void testEntityTimeResult(); }; +class TestCodec : public QObject +{ + Q_OBJECT + +private slots: + void testTheoraDecoder(); + void testTheoraEncoder(); +}; + class TestJingle : public QObject { Q_OBJECT @@ -74,7 +83,8 @@ class TestJingle : public QObject private slots: void testSession(); void testTerminate(); - void testPayloadType(); + void testAudioPayloadType(); + void testVideoPayloadType(); void testRinging(); }; -- cgit v1.2.3