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