whitespace fixes
[platform/upstream/gstreamer.git] / tests / old / examples / cutter / cutter.h
1 /*
2  * cutter.h header file
3  * thomas@apestaart.org
4  */
5
6 typedef struct
7 {
8   GstElement *pipe;
9   GstElement *filesink;
10   GstElement *audiosink;
11
12   char *location;
13   int channel_id;
14 } output_channel_t;