summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/audioresample.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-09-16 22:30:50 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-09-16 22:30:50 +0000
commit64cf8c585c10e186c22b982c19b72961e9be6a43 (patch)
tree1e4864bccdbc20eac559f3c5cba4d112bf8f846f /tests/check/elements/audioresample.c
parentbb28316de65eb1ba44c7f8302d287f2f2c5dc900 (diff)
downloadgst-plugins-bad-64cf8c585c10e186c22b982c19b72961e9be6a43.tar.gz
gst-plugins-bad-64cf8c585c10e186c22b982c19b72961e9be6a43.tar.bz2
gst-plugins-bad-64cf8c585c10e186c22b982c19b72961e9be6a43.zip
tests/check/: Fix big batch of compiler warnings.
Original commit message from CVS: * tests/check/elements/audioresample.c: (GST_START_TEST): * tests/check/elements/videotestsrc.c: (check_rgb_buf): * tests/check/elements/volume.c: (GST_START_TEST): * tests/check/elements/vorbisdec.c: (GST_START_TEST): * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch), (test_pipeline), (GST_START_TEST): * tests/check/pipelines/theoraenc.c: (GST_START_TEST): * tests/check/pipelines/vorbisenc.c: (GST_START_TEST): Fix big batch of compiler warnings.
Diffstat (limited to 'tests/check/elements/audioresample.c')
-rw-r--r--tests/check/elements/audioresample.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/check/elements/audioresample.c b/tests/check/elements/audioresample.c
index 977574c2..8ab663d3 100644
--- a/tests/check/elements/audioresample.c
+++ b/tests/check/elements/audioresample.c
@@ -205,8 +205,6 @@ test_perfect_stream_instance (int inrate, int outrate, int samples,
*/
GST_START_TEST (test_perfect_stream)
{
- guint inrate, outrate, bytes;
-
/* integral scalings */
test_perfect_stream_instance (48000, 24000, 500, 20);
test_perfect_stream_instance (48000, 12000, 500, 20);