mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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.
This commit is contained in:
parent
bb28316de6
commit
64cf8c585c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue