summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:42:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:42:02 +0000
commitcefa838458fd1f6cdba2c5ced68c4571200ce0da (patch)
tree6d95f8a8c2f2467eee17ab29d6019efe7d1c4ebc /tests
parent9ed21f068c04d216976b9ef97a535a266f8009b6 (diff)
downloadgst-plugins-bad-cefa838458fd1f6cdba2c5ced68c4571200ce0da.tar.gz
gst-plugins-bad-cefa838458fd1f6cdba2c5ced68c4571200ce0da.tar.bz2
gst-plugins-bad-cefa838458fd1f6cdba2c5ced68c4571200ce0da.zip
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/audioresample.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/check/elements/audioresample.c b/tests/check/elements/audioresample.c
index 29724338..680ab7be 100644
--- a/tests/check/elements/audioresample.c
+++ b/tests/check/elements/audioresample.c
@@ -33,13 +33,13 @@ gboolean have_eos = FALSE;
GstPad *mysrcpad, *mysinkpad;
-#define RESAMPLE_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 RESAMPLE_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"
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",