mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
video-converter: fix scaler leak
https://bugzilla.gnome.org/show_bug.cgi?id=780764
This commit is contained in:
parent
9c8e700b91
commit
32ef8f54d4
1 changed files with 1 additions and 1 deletions
|
@ -5910,7 +5910,7 @@ setup_scale (GstVideoConverter * convert)
|
||||||
GstVideoInfo *in_info, *out_info;
|
GstVideoInfo *in_info, *out_info;
|
||||||
const GstVideoFormatInfo *in_finfo, *out_finfo;
|
const GstVideoFormatInfo *in_finfo, *out_finfo;
|
||||||
GstVideoFormat in_format, out_format;
|
GstVideoFormat in_format, out_format;
|
||||||
guint n_threads = g_get_num_processors ();
|
guint n_threads = convert->conversion_runner->n_threads;
|
||||||
|
|
||||||
in_info = &convert->in_info;
|
in_info = &convert->in_info;
|
||||||
out_info = &convert->out_info;
|
out_info = &convert->out_info;
|
||||||
|
|
Loading…
Reference in a new issue