summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11window.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/d3d11/gstd3d11window.h')
-rw-r--r--sys/d3d11/gstd3d11window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/d3d11/gstd3d11window.h b/sys/d3d11/gstd3d11window.h
index 257f23bb4..8d35b4ef8 100644
--- a/sys/d3d11/gstd3d11window.h
+++ b/sys/d3d11/gstd3d11window.h
@@ -170,6 +170,9 @@ struct _GstD3D11WindowClass
void (*set_render_rectangle) (GstD3D11Window * window,
const GstVideoRectangle * rect);
+
+ void (*set_title) (GstD3D11Window * window,
+ const gchar *title);
};
GType gst_d3d11_window_get_type (void);
@@ -179,6 +182,9 @@ void gst_d3d11_window_show (GstD3D11Window * window);
void gst_d3d11_window_set_render_rectangle (GstD3D11Window * window,
const GstVideoRectangle * rect);
+void gst_d3d11_window_set_title (GstD3D11Window * window,
+ const gchar *title);
+
gboolean gst_d3d11_window_prepare (GstD3D11Window * window,
guint display_width,
guint display_height,