mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
ecd88e381d
Original commit message from CVS: Revert again, this time without post-commit reindent hooks to put back the indentation :-)
12 lines
170 B
C
12 lines
170 B
C
/*
|
|
* mixer.h header file
|
|
* thomas@apestaart.org
|
|
*/
|
|
|
|
typedef struct
|
|
{
|
|
GstElement *pipe, *filesrc, *volenv;
|
|
|
|
char *location;
|
|
int channel_id;
|
|
} input_channel_t;
|