diff options
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 12 |
1 files changed, 11 insertions, 1 deletions
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(); }; |
