diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-15 15:41:03 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-15 15:41:03 +0000 |
| commit | ab953ac11fd18b51d64fc2633a5187c4e5bab251 (patch) | |
| tree | eb0ce13e459937b25116bd3416846805111bb5ce /tests/tests.h | |
| parent | e1c4a3b40604db10037b59b482ff219609354165 (diff) | |
| download | qxmpp-ab953ac11fd18b51d64fc2633a5187c4e5bab251.tar.gz | |
add tests for theora codec
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(); }; |
