glupload:Fix uninited outbuf in gst_gl_upload_perform_with_buffer
_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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
_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