sink->context) { gst_structure_free (structure); return; } window = gst_gl_context_get_window (sink->context); g_return_if_fail (GST_IS_GL_WINDOW (window)); width = GST_VIDEO_SINK_WIDTH (sink); height = GST_VIDEO_SINK_HEIGHT (sink); gst_gl_window_get_surface_di...