5 static gboolean option_fullscreen
= FALSE
;
6 static gboolean option_debug
= FALSE
;
7 static gint option_screens
= 1;
9 //static gboolean option_overlay = FALSE;
13 typedef struct windows_s
{
16 GstElement
*sinks
[MAX_SCREENS
];
17 XID xwindows
[MAX_SCREENS
];
18 GtkWidget
*gtk_windows
[MAX_SCREENS
];
23 "framerate", GST_TYPE_FRACTION, FPS, 1, \
24 "width", G_TYPE_INT, WIDTH, \
25 "height", G_TYPE_INT, HEIGHT, \