Lines Matching defs:_App
7 struct _App struct
9 GstElement *pipeline;
10 GstElement *audiotestsrc[NUM_STREAM];
11 GstElement *audioconvert[NUM_STREAM];
12 GstElement *capsfilter[NUM_STREAM];
13 GstElement *vorbisenc[NUM_STREAM];
14 GstElement *oggmux[NUM_STREAM];
15 GstElement *funnel;
16 GstElement *demux;
17 GstElement *stream_synchronizer;
18 GstElement *queue[NUM_STREAM];
19 GstElement *filesink[NUM_STREAM];
21 gboolean pad_blocked[NUM_STREAM];
22 GstPad *queue_srcpad[NUM_STREAM];
23 gulong blocked_id[NUM_STREAM];