gstreamer/examples/cutter/cutter.h
Thomas Vander Stichele 5cb910050a whitespace fixes
Original commit message from CVS:
whitespace fixes
2005-10-15 15:53:59 +00:00

15 lines
199 B
C

/*
* cutter.h header file
* thomas@apestaart.org
*/
typedef struct
{
GstElement *pipe;
GstElement *filesink;
GstElement *audiosink;
char *location;
int channel_id;
} output_channel_t;