5 static gboolean option_fullscreen
= FALSE
;
6 static gint option_debug
= -1;
7 static gint option_screens
= 1;
8 static char **option_reload
= NULL
;
9 static char **option_save
= NULL
;
11 //static gboolean option_overlay = FALSE;
15 typedef struct windows_s
{
18 GstElement
*sinks
[MAX_SCREENS
];
19 XID xwindows
[MAX_SCREENS
];
20 GtkWidget
*gtk_windows
[MAX_SCREENS
];
25 "framerate", GST_TYPE_FRACTION, FPS, 1, \
26 "width", G_TYPE_INT, WIDTH, \
27 "height", G_TYPE_INT, HEIGHT, \