blob: 15182d043833b5db0ca9954799f08d7462c8cb8b [file] [log] [blame]
/*
* cutter.h header file
* thomas@apestaart.org
*/
typedef struct
{
GstElement *pipe;
GstElement *filesink;
GstElement *audiosink;
char *location;
int channel_id;
} output_channel_t;