Sign in
coral
/
imx-gstreamer
/
c9a37cf682395ac7c7ae0dabce74f9e37a894fc8
/
.
/
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
;