mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-19 17:25:19 +03:00
refactor: the hub is neshub everywhere
Six comments across nescope, neswire and nescapture still named nestri-guest-hub, plus one still naming nestri-protocol. Deferred from the import commits so the rename would read as one change rather than six unexplained edits inside otherwise-verbatim trees. Comments only. Realigned an ASCII box in encode.rs that the shorter name knocked crooked.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// ─────────────────────────────────────────────────────────────────────────────
|
||||
// encode.rs — Vulkan Video hardware encoding + IPC transmission to nestri-guest-hub
|
||||
// encode.rs — Vulkan Video hardware encoding + IPC transmission to neshub
|
||||
//
|
||||
// ┌─────────────────── Zero-copy GPU pipeline ──────────────────────────────┐
|
||||
// │ │
|
||||
@@ -13,7 +13,7 @@
|
||||
// │ encoder.input_image()) BGRA/RGB10/FP16 │
|
||||
// │ → NV12/P010/YUV444 │
|
||||
// │ Encoder::encode(encoder.input_image()) ← Vulkan Video encode │
|
||||
// │ IPC send to nestri-guest-hub │
|
||||
// │ IPC send to neshub │
|
||||
// └─────────────────────────────────────────────────────────────────────────┘
|
||||
//
|
||||
// Environment variables
|
||||
|
||||
Reference in New Issue
Block a user