mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
Instead of unwrapping in `GStreamerMediaStream::encoded`, properly propagate errors to callers. This prevents panics when we fail to build GStreamer pipelines in this code path. This is probably the first of many changes to avoid `unwrap()`ing in this code. Testing: This change adds a WPT crash test. Fixes: #36844. Signed-off-by: Martin Robinson <mrobinson@igalia.com>