tests: remove a wrong 'const' specifier
authorJosep Torra <n770galaxy@gmail.com>
Fri, 26 Aug 2016 19:14:47 +0000 (21:14 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 26 Aug 2016 19:14:47 +0000 (21:14 +0200)
Fixes "error: duplicate 'const' declaration specifier"

tests/check/elements/rtp-payloading.c

index dda9c42..c59f9be 100644 (file)
@@ -864,7 +864,7 @@ static const guint8 rtp_h265_list_gt_mtu_frame_data[] = {
   0x00, 0x10
 };
 
-static const int const rtp_h265_list_gt_mtu_frame_data_size = 62;
+static const int rtp_h265_list_gt_mtu_frame_data_size = 62;
 
 static const int rtp_h265_list_gt_mtu_frame_count = 1;