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