diff options
author | David Schleef <ds@schleef.org> | 2008-01-06 01:19:48 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-01-06 01:19:48 +0000 |
commit | 540c7d46c5627d7c8f229756c4885dac90f77311 (patch) | |
tree | 2aa27c25ccf6707c7fc2f28b4559b6fbd116b5b7 /sys/glsink/gstgldisplay.h | |
parent | c3ccc8307148df3152d7edeeb060da65e93832de (diff) | |
download | gst-plugins-bad-540c7d46c5627d7c8f229756c4885dac90f77311.tar.gz gst-plugins-bad-540c7d46c5627d7c8f229756c4885dac90f77311.tar.bz2 gst-plugins-bad-540c7d46c5627d7c8f229756c4885dac90f77311.zip |
sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable vblank synchronization. Remove unused c...
Original commit message from CVS:
* sys/glsink/glextensions.c:
* sys/glsink/glextensions.h:
* sys/glsink/glimagesink.c:
* sys/glsink/glimagesink.h:
* sys/glsink/gstgldisplay.c:
* sys/glsink/gstgldisplay.h:
* sys/glsink/gstopengl.c:
Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable
vblank synchronization. Remove unused code.
Diffstat (limited to 'sys/glsink/gstgldisplay.h')
-rw-r--r-- | sys/glsink/gstgldisplay.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/glsink/gstgldisplay.h b/sys/glsink/gstgldisplay.h index 907f2c8f..5886884d 100644 --- a/sys/glsink/gstgldisplay.h +++ b/sys/glsink/gstgldisplay.h @@ -46,7 +46,7 @@ struct _GstGLDisplay { gboolean have_color_matrix; Window window; - //Window assigned_window; + gboolean visible; Window parent_window; int win_width; @@ -80,6 +80,7 @@ void gst_gl_display_draw_texture (GstGLDisplay * display, GLuint texture, void gst_gl_display_check_error (GstGLDisplay *display, int line); GLuint gst_gl_display_upload_texture_rectangle (GstGLDisplay *display, GstVideoFormat type, void *data, int width, int height); +void gst_gl_display_set_visible (GstGLDisplay *display, gboolean visible); #endif |