summaryrefslogtreecommitdiffstats
path: root/ext/sdl/sdlvideosink.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-10-31 18:07:30 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-10-31 18:07:30 +0000
commit311408ac9d8011b92d7d3da3c115fb274d3674f6 (patch)
treefa8bdcbfa0766fd1fcda3e3704dff9dcb2824fd8 /ext/sdl/sdlvideosink.h
parenta8ef411492acbf114cc7282369c6ad34de4e7dc3 (diff)
downloadgst-plugins-bad-311408ac9d8011b92d7d3da3c115fb274d3674f6.tar.gz
gst-plugins-bad-311408ac9d8011b92d7d3da3c115fb274d3674f6.tar.bz2
gst-plugins-bad-311408ac9d8011b92d7d3da3c115fb274d3674f6.zip
Added a property that allows full-screen.
Original commit message from CVS: Added a property that allows full-screen.
Diffstat (limited to 'ext/sdl/sdlvideosink.h')
-rw-r--r--ext/sdl/sdlvideosink.h1
1 files changed, 1 insertions, 0 deletions
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;