gstreamer/examples/mixer/mixer.h
Johan Dahlin e2b3dc3e47 *.h: Revert indentation changes.
Original commit message from CVS:
* *.h: Revert indentation changes.
2004-03-15 14:31:41 +00:00

13 lines
167 B
C

/*
* mixer.h header file
* thomas@apestaart.org
*/
typedef struct
{
GstElement *pipe, *filesrc, *volenv;
char *location;
int channel_id;
}
input_channel_t;