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

View file

@ -853,7 +853,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,
}; };