mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
5cb910050a
Original commit message from CVS: whitespace fixes
12 lines
167 B
C
12 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;
|