Skip to content

svthevcenc: Fix potential use of unitialized variable

In gst_svthevc_enc_propose_allocation if we don't get info from the caps, we'd goto done, which could potentially try to unref and unitialized pool variable.

Merge request reports