From 311408ac9d8011b92d7d3da3c115fb274d3674f6 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Mon, 31 Oct 2005 18:07:30 +0000 Subject: Added a property that allows full-screen. Original commit message from CVS: Added a property that allows full-screen. --- ext/sdl/sdlvideosink.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sdl/sdlvideosink.h') diff --git a/ext/sdl/sdlvideosink.h b/ext/sdl/sdlvideosink.h index 5e3984b5..e597efcf 100644 --- a/ext/sdl/sdlvideosink.h +++ b/ext/sdl/sdlvideosink.h @@ -57,6 +57,7 @@ struct _GstSDLVideoSink { gdouble framerate; + gboolean full_screen; gboolean init; SDL_Surface *screen; -- cgit v1.2.1