Sign in
coral
/
imx-gstreamer
/
f8e79bdf867f94c6c80c5f43c60405659ed0be03
/
.
/
tests
/
old
/
examples
/
cutter
/
cutter.h
blob: 15182d043833b5db0ca9954799f08d7462c8cb8b [
file
] [
log
] [
blame
]
/*
* cutter.h header file
* thomas@apestaart.org
*/
typedef
struct
{
GstElement
*
pipe
;
GstElement
*
filesink
;
GstElement
*
audiosink
;
char
*
location
;
int
channel_id
;
}
output_channel_t
;