mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[610/906] WindowX11EGL: remove get_platform call
This commit is contained in:
parent
3cf1b078bc
commit
78d7965882
1 changed files with 0 additions and 11 deletions
|
@ -48,17 +48,12 @@ static gboolean gst_gl_window_x11_egl_create_context (GstGLWindowX11 *
|
||||||
static void gst_gl_window_x11_egl_destroy_context (GstGLWindowX11 * window_x11);
|
static void gst_gl_window_x11_egl_destroy_context (GstGLWindowX11 * window_x11);
|
||||||
static gboolean gst_gl_window_x11_egl_choose_format (GstGLWindowX11 *
|
static gboolean gst_gl_window_x11_egl_choose_format (GstGLWindowX11 *
|
||||||
window_x11);
|
window_x11);
|
||||||
static GstGLPlatform gst_gl_window_x11_egl_get_platform (GstGLWindow * window);
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_gl_window_x11_egl_class_init (GstGLWindowX11EGLClass * klass)
|
gst_gl_window_x11_egl_class_init (GstGLWindowX11EGLClass * klass)
|
||||||
{
|
{
|
||||||
GstGLWindowClass *window_class = (GstGLWindowClass *) klass;
|
|
||||||
GstGLWindowX11Class *window_x11_class = (GstGLWindowX11Class *) klass;
|
GstGLWindowX11Class *window_x11_class = (GstGLWindowX11Class *) klass;
|
||||||
|
|
||||||
window_class->get_platform =
|
|
||||||
GST_DEBUG_FUNCPTR (gst_gl_window_x11_egl_get_platform);
|
|
||||||
|
|
||||||
window_x11_class->get_gl_context =
|
window_x11_class->get_gl_context =
|
||||||
GST_DEBUG_FUNCPTR (gst_gl_window_x11_egl_get_gl_context);
|
GST_DEBUG_FUNCPTR (gst_gl_window_x11_egl_get_gl_context);
|
||||||
window_x11_class->activate =
|
window_x11_class->activate =
|
||||||
|
@ -91,12 +86,6 @@ gst_gl_window_x11_egl_new (GstGLRendererAPI render_api,
|
||||||
return window;
|
return window;
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstGLPlatform
|
|
||||||
gst_gl_window_x11_egl_get_platform (GstGLWindow * window)
|
|
||||||
{
|
|
||||||
return GST_GL_PLATFORM_EGL;
|
|
||||||
}
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_gl_window_x11_egl_choose_format (GstGLWindowX11 * window_x11)
|
gst_gl_window_x11_egl_choose_format (GstGLWindowX11 * window_x11)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue