added example program to show how cutter plugin works
[platform/upstream/gstreamer.git] / examples / cutter / cutter.h
1 /*
2  * cutter.h header file
3  * thomas@apestaart.org
4  */
5
6 typedef struct 
7 {
8   GstElement *pipe;
9   GstElement *disksink;
10   GstElement *audiosink;
11   
12   char *location;
13   int channel_id;
14 } output_channel_t;