#include <string.h>
#include <gst/gst.h>
#include <gst/app/gstappsrc.h>
/*
* an example application of using appsrc in push mode to create a file.
* from buffers we push into the pipeline.
*/
/* S16LE 10ms frame audio */
#define BUFFER_SIZE 160
/* 300 frames =...