Skip to content

Commit fc1703e

Browse files
committed
fixup! [GStreamer] Make GstMappedFrame assert when it is not initialized https://bugs.webkit.org/show_bug.cgi?id=269980
1 parent df03dc3 commit fc1703e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Ref<VideoFrameGStreamer> VideoFrameGStreamer::createFromPixelBuffer(Ref<PixelBuf
9494
if (!inputFrame || !outputFrame) {
9595
GST_WARNING("frames could not be mapped");
9696
ASSERT_NOT_REACHED();
97-
return nullptr;
9897
}
9998
gst_video_converter_frame(converter.get(), inputFrame.get(), outputFrame.get());
10099
}

0 commit comments

Comments
 (0)