]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - examples/cutter/cutter.h
gst-indent run on core
[glsdk/gstreamer0-10.git] / examples / cutter / cutter.h
1 /*
2  * cutter.h header file
3  * thomas@apestaart.org
4  */
6 typedef struct
7 {
8   GstElement *pipe;
9   GstElement *disksink;
10   GstElement *audiosink;
12   char *location;
13   int channel_id;
14 } output_channel_t;