summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow.h
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-22 12:47:13 +0000
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-22 12:47:13 +0000
commit8e773e6d107ddf3e0cad7cdedae33cd6d15259ad (patch)
tree1531da12696327312b621887faa9c9d985ff5fa5 /gst-libs/gst/vaapi/gstvaapiwindow.h
parentcc10345448e576ed0e1df281ea7e30f4d60192be (diff)
Add gst_vaapi_window_get_fullscreen() helper and "fullscreen" property.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiwindow.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiwindow.h b/gst-libs/gst/vaapi/gstvaapiwindow.h
index 4c2bbcbe..2eb1f0ee 100644
--- a/gst-libs/gst/vaapi/gstvaapiwindow.h
+++ b/gst-libs/gst/vaapi/gstvaapiwindow.h
@@ -110,6 +110,9 @@ gst_vaapi_window_show(GstVaapiWindow *window);
void
gst_vaapi_window_hide(GstVaapiWindow *window);
+gboolean
+gst_vaapi_window_get_fullscreen(GstVaapiWindow *window);
+
void
gst_vaapi_window_set_fullscreen(GstVaapiWindow *window, gboolean fullscreen);