Carlo Cabrera 2023-03-18 16:04:36 +02:00 committed by Sebastian Dröge
parent a38e6ca99b
commit 825fe9a4e2

View file

@ -856,7 +856,7 @@ impl PaintableSink {
let wrapped_context = match wrapped_context { let wrapped_context = match wrapped_context {
None => { None => {
gst::error!(CAT, imp: self, "Failed to create wrapped GL context"); gst::error!(CAT, imp: self, "Failed to create wrapped GL context");
return; return None;
} }
Some(wrapped_context) => wrapped_context, Some(wrapped_context) => wrapped_context,
}; };