Sign in
coral
/
imx-gstreamer
/
a1702b7646c84f53892a7311458a6f306fa80775
/
.
/
examples
/
mixer
/
mixer.h
blob: 4cae18e3058f400a8d435c36484f93d0c9413fc8 [
file
] [
log
] [
blame
]
/*
* mixer.h header file
* thomas@apestaart.org
*/
typedef
struct
{
GstElement
*
pipe
,
*
filesrc
,
*
volenv
;
char
*
location
;
int
channel_id
;
}
input_channel_t
;