tests: update for new audio caps
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 29 Sep 2011 11:46:36 +0000 (13:46 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:36 +0000 (01:54 +0100)
tests/check/elements/gdpdepay.c
tests/check/elements/gdppay.c

index 6a1a9f1bd5bacaaabe9ed0ce9aa85ee23d520c26..927cfbd1472285c1d9468e750959434a4375b58e 100644 (file)
  * get_peer, and then remove references in every test function */
 static GstPad *mysrcpad, *mysinkpad, *myshsinkpad;
 
+#define FORMATS "{ S8, "GST_AUDIO_NE(S16)" }"
+
 #define AUDIO_CAPS_TEMPLATE_STRING \
-  "audio/x-raw-int, " \
+    "audio/x-raw, " \
+    "format = (string) "FORMATS", " \
     "rate = (int) [ 1, MAX ], " \
-    "channels = (int) [ 1, 8 ], " \
-    "endianness = (int) BYTE_ORDER, " \
-    "width = (int) {8, 16}, " \
-    "depth = (int) {8, 16}, " \
-    "signed = (boolean) true"
+    "channels = (int) [ 1, 8 ]"
 
 #define AUDIO_CAPS_STRING \
-  "audio/x-raw-int, " \
+    "audio/x-raw, " \
+    "format = (string) "GST_AUDIO_NE(S16)", " \
     "rate = (int) 1000, " \
-    "channels = (int) 2, " \
-    "endianness = (int) BYTE_ORDER, " \
-    "width = (int) 16, " \
-    "depth = (int) 16, " \
-    "signed = (boolean) true"
-
+    "channels = (int) 2"
 
 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
index 05391f1057e789678f0714ac053d46a55153a3c8..4c6ccf07fa97093d2abe6a679a8435b86bb1c8e6 100644 (file)
  * get_peer, and then remove references in every test function */
 static GstPad *mysrcpad, *myshsrcpad, *mysinkpad;
 
+#define FORMATS "{ S8, "GST_AUDIO_NE(S16)" }"
+
 #define AUDIO_CAPS_TEMPLATE_STRING \
-  "audio/x-raw-int, " \
+  "audio/x-raw, " \
+    "format = (string) "FORMATS", " \
     "rate = (int) [ 1, MAX ], " \
-    "channels = (int) [ 1, 8 ], " \
-    "endianness = (int) BYTE_ORDER, " \
-    "width = (int) {8, 16}, " \
-    "depth = (int) {8, 16}, " \
-    "signed = (boolean) true"
+    "channels = (int) [ 1, 8 ]"
 
 #define AUDIO_CAPS_STRING \
-  "audio/x-raw-int, " \
+  "audio/x-raw, " \
+    "format = (string) "GST_AUDIO_NE(S16)", " \
     "rate = (int) 1000, " \
-    "channels = (int) 2, " \
-    "endianness = (int) BYTE_ORDER, " \
-    "width = (int) 16, " \
-    "depth = (int) 16, " \
-    "signed = (boolean) true"
+    "channels = (int) 2"
 
 
 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",