whitespace fixes
[platform/upstream/gstreamer.git] / examples / mixer / mixer.h
1 /*
2  * mixer.h header file
3  * thomas@apestaart.org
4  */
5
6 typedef struct
7 {
8   GstElement *pipe, *filesrc, *volenv;
9
10   char *location;
11   int channel_id;
12 } input_channel_t;