expand tabs
[platform/upstream/gstreamer.git] / tests / check / elements / audiotestsrc.c
index 169416b..c97ae04 100644 (file)
@@ -33,13 +33,13 @@ gboolean have_eos = FALSE;
 GstPad *mysinkpad;
 
 
-#define CAPS_TEMPLATE_STRING           \
-    "audio/x-raw-int, "                        \
-    "channels = (int) 1, "             \
-    "rate = (int) [ 1,  MAX ], "       \
-    "endianness = (int) BYTE_ORDER, "  \
-    "width = (int) 16, "               \
-    "depth = (int) 16, "               \
+#define CAPS_TEMPLATE_STRING            \
+    "audio/x-raw-int, "                 \
+    "channels = (int) 1, "              \
+    "rate = (int) [ 1,  MAX ], "        \
+    "endianness = (int) BYTE_ORDER, "   \
+    "width = (int) 16, "                \
+    "depth = (int) 16, "                \
     "signed = (bool) TRUE"
 
 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",