[Bug 780764] video-converter: fix scaler leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 31 13:40:25 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=780764

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #349044|none                        |needs-work
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 349044:
 --> (https://bugzilla.gnome.org/review?bug=780764&attachment=349044)

::: gst-libs/gst/video/video-converter.c
@@ +2546,2 @@
   for (i = 0; i < 4; i++) {
+    for (j = 0; j < n_threads; j++) {

There are not as many scalers as there are CPUs. This is actually a bug in
setup_scale(), it should use the number of threads as configured on
convert->conversion_runner

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list