summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-08 20:08:29 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-08 20:08:29 +0100
commit97d0927a9cd4eaa071da3f17bff47baccc6770cc (patch)
tree9f7c2aa69934512b66fcbacb0ce49c17b0baf454
parent80df2cb0633a75f7ac390b08a6d3c87a3c9215b4 (diff)
downloadgstreamer-plugins-base-97d0927a9cd4eaa071da3f17bff47baccc6770cc.tar.gz
opus: Remove unused variable from unit test
-rw-r--r--tests/check/elements/opus.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/check/elements/opus.c b/tests/check/elements/opus.c
index dbc73a487..e7f9c3a9d 100644
--- a/tests/check/elements/opus.c
+++ b/tests/check/elements/opus.c
@@ -41,13 +41,6 @@ static const guint8 opus_ogg_id_header[19] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
-static const guint8 opus_ogg_comments_header[] = {
- 0x4f, 0x70, 0x75, 0x73, 0x54, 0x61, 0x67, 0x73, 0x1e, 0x00, 0x00, 0x00, 0x45,
- 0x6e, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47,
- 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x65, 0x72, 0x20, 0x4f, 0x70, 0x75, 0x73,
- 0x65, 0x6e, 0x63, 0x00, 0x00, 0x00, 0x00
-};
-
/* A lot of these taken from the vorbisdec test */
/* For ease of programming we use globals to keep refs for our floating
@@ -316,7 +309,7 @@ GST_START_TEST (test_opus_encode_properties)
for (step = 0; step < steps; ++step) {
GstSegment segment;
-
+
gst_segment_init (&segment, GST_FORMAT_TIME);
gst_pad_push_event (myencsrcpad, gst_event_new_segment (&segment));