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