It's an external which lives in gstcheck.c. Redeclaring it makes some
compilers/architectures think the 'buffers' in the individual tests are
a different symbol... and therefore we end up comparing holodecks with
oranges.
"audio/mpeg, framed=(boolean)true, mpegversion=4, rate=96000, channels=2"
#define SINK_CAPS_TMPL "audio/mpeg, framed=(boolean)true, mpegversion=(int){2,4}"
-GList *buffers;
GList *current_buf = NULL;
GstPad *srcpad, *sinkpad;
#define AMR_FRAME_DURATION (GST_SECOND/50)
-GList *buffers;
GList *current_buf = NULL;
GstPad *srcpad, *sinkpad;