gstreamer/tests/check
Jordan Petridis 995a135df6 amrnbenc: remove global variables
gstcheck is declaring its own buffers glist which ends up
overwritten, loks like the code meant to use that already

gcc 10 is also complaining about this, but only on static
builds for some reason

```
FAILED: subprojects/gst-plugins-ugly/tests/check/elements_amrnbenc
/usr/bin/ld: subprojects/gstreamer/libs/gst/check/libgstcheck-1.0.a(gstcheck.c.o):(.bss+0x38): multiple definition of `buffers'; subprojects/gst-plugins-ugly/tests/check/708af1f@@elements_amrnbenc@exe/elements_amrnbenc.c.o:(.bss+0x18): first defined here
collect2: error: ld returned 1 exit status
```

also remove unused var `current_buf`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/62>
2020-07-29 08:38:31 +00:00
..
elements amrnbenc: remove global variables 2020-07-29 08:38:31 +00:00
generic Remove autotools build system 2019-10-13 14:19:11 +01:00
gst-plugins-ugly.supp Remove lame plugin, moved to -good 2017-08-26 08:51:01 +01:00
meson.build tests: fix meson test env setup to make sure we use the right gst-plugin-scanner 2020-05-27 14:55:11 +01:00