expand tabs
[platform/upstream/gstreamer.git] / tests / check / elements / volume.c
index e8f370b..9377673 100644 (file)
@@ -33,31 +33,31 @@ gboolean have_eos = FALSE;
 GstPad *mysrcpad, *mysinkpad;
 
 
-#define VOLUME_CAPS_TEMPLATE_STRING    \
-    "audio/x-raw-int, "                        \
-    "channels = (int) [ 1, MAX ], "    \
-    "rate = (int) [ 1,  MAX ], "       \
-    "endianness = (int) BYTE_ORDER, "  \
-    "width = (int) 16, "               \
-    "depth = (int) 16, "               \
+#define VOLUME_CAPS_TEMPLATE_STRING     \
+    "audio/x-raw-int, "                 \
+    "channels = (int) [ 1, MAX ], "     \
+    "rate = (int) [ 1,  MAX ], "        \
+    "endianness = (int) BYTE_ORDER, "   \
+    "width = (int) 16, "                \
+    "depth = (int) 16, "                \
     "signed = (bool) TRUE"
 
-#define VOLUME_CAPS_STRING             \
-    "audio/x-raw-int, "                        \
-    "channels = (int) 1, "             \
-    "rate = (int) 44100, "             \
-    "endianness = (int) BYTE_ORDER, "  \
-    "width = (int) 16, "               \
-    "depth = (int) 16, "               \
+#define VOLUME_CAPS_STRING              \
+    "audio/x-raw-int, "                 \
+    "channels = (int) 1, "              \
+    "rate = (int) 44100, "              \
+    "endianness = (int) BYTE_ORDER, "   \
+    "width = (int) 16, "                \
+    "depth = (int) 16, "                \
     "signed = (bool) TRUE"
 
-#define VOLUME_WRONG_CAPS_STRING       \
-    "audio/x-raw-int, "                        \
-    "channels = (int) 1, "             \
-    "rate = (int) 44100, "             \
-    "endianness = (int) BYTE_ORDER, "  \
-    "width = (int) 16, "               \
-    "depth = (int) 16, "               \
+#define VOLUME_WRONG_CAPS_STRING        \
+    "audio/x-raw-int, "                 \
+    "channels = (int) 1, "              \
+    "rate = (int) 44100, "              \
+    "endianness = (int) BYTE_ORDER, "   \
+    "width = (int) 16, "                \
+    "depth = (int) 16, "                \
     "signed = (bool) FALSE"