Skip to content
Snippets Groups Projects
Commit 8cabd4de authored by Frediano Ziglio's avatar Frediano Ziglio
Browse files

fixup! gstreamer-encoder: Use a h/w based encoder with Intel GPUs if possible (v3)

Remove small memory leak
parent 54eba373
No related branches found
No related tags found
Loading
......@@ -954,6 +954,7 @@ static void try_intel_hw_plugins(const gchar *codec_name, gchar **converter,
}
vpp = find_best_plugin(NULL);
if (!vpp) {
g_free(encoder);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment