summaryrefslogtreecommitdiff
path: root/gst/audioconvert
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-08-19 17:41:22 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-08-19 17:41:22 +0200
commit8023f49d19cfda3c60636feb62b515c25827e472 (patch)
tree05149452a75593165c0fd0ad89f250a240baaf1e /gst/audioconvert
parentf870178234353f2f3a1f25c3ad4087cc49a93b67 (diff)
more audio caps porting
Diffstat (limited to 'gst/audioconvert')
-rw-r--r--gst/audioconvert/channelmixtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/audioconvert/channelmixtest.c b/gst/audioconvert/channelmixtest.c
index 096a683061..595a139a0f 100644
--- a/gst/audioconvert/channelmixtest.c
+++ b/gst/audioconvert/channelmixtest.c
@@ -41,12 +41,12 @@ main (gint argc, gchar ** argv)
} tests[] = {
/* stereo => mono */
{
- "audio/x-raw-int, channels=2", "audio/x-raw-int, channels=1", { {
+ "audio/x-raw, channels=2", "audio/x-raw, channels=1", { {
0.5,}, {
0.5,},}},
/* mono => stereo */
{
- "audio/x-raw-int, channels=1", "audio/x-raw-int, channels=2", { {
+ "audio/x-raw, channels=1", "audio/x-raw, channels=2", { {
1, 1,},}}
};