mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 18:31:28 +00:00
eglglessink: remove unused functions in the eagl backend
https://bugzilla.gnome.org/show_bug.cgi?id=711159
This commit is contained in:
parent
6b49683447
commit
e5385db3c9
1 changed files with 0 additions and 18 deletions
|
@ -84,12 +84,6 @@ gst_egl_adaptation_init_display (GstEglAdaptationContext * ctx)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
gst_egl_adaptation_terminate_display (GstEglAdaptationContext * ctx)
|
|
||||||
{
|
|
||||||
/* NOP */
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
gst_egl_adaptation_bind_API (GstEglAdaptationContext * ctx)
|
gst_egl_adaptation_bind_API (GstEglAdaptationContext * ctx)
|
||||||
{
|
{
|
||||||
|
@ -353,15 +347,3 @@ gst_egl_adaptation_set_window (GstEglAdaptationContext * ctx, guintptr window)
|
||||||
{
|
{
|
||||||
ctx->eaglctx->window = (UIView *) window;
|
ctx->eaglctx->window = (UIView *) window;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
gst_egl_adaptation_update_used_window (GstEglAdaptationContext * ctx)
|
|
||||||
{
|
|
||||||
ctx->eaglctx->used_window = ctx->eaglctx->window;
|
|
||||||
}
|
|
||||||
|
|
||||||
guintptr
|
|
||||||
gst_egl_adaptation_get_window (GstEglAdaptationContext * ctx)
|
|
||||||
{
|
|
||||||
return (guintptr) ctx->eaglctx->window;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue