https://bugzilla.gnome.org/show_bug.cgi?id=711159
}
void
-gst_egl_adaptation_terminate_display (GstEglAdaptationContext * ctx)
-{
- /* NOP */
-}
-
-void
gst_egl_adaptation_bind_API (GstEglAdaptationContext * ctx)
{
/* NOP */
{
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;
-}