Skip to content

glupload:Fix uninited outbuf in gst_gl_upload_perform_with_buffer

Xu Guangxin requested to merge XuGuangxin/gst-plugins-base:crash into master

_dma_buf_upload_perform will not set outbuf when it returns GST_GL_UPLOAD_RECONFIGURE, we may creash at "gst_buffer_replace (&outbuf, NULL);" since the outbuf point to a random value

Merge request reports