diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:42:02 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:42:02 +0000 |
commit | cefa838458fd1f6cdba2c5ced68c4571200ce0da (patch) | |
tree | 6d95f8a8c2f2467eee17ab29d6019efe7d1c4ebc /tests/check | |
parent | 9ed21f068c04d216976b9ef97a535a266f8009b6 (diff) | |
download | gst-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/check')
-rw-r--r-- | tests/check/elements/audioresample.c | 14 |
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", |