[Bug 667653] Autodetect multicore/multithread processors
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Feb 3 04:42:23 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=667653
GStreamer | gst-plugins-bad | 0.11.x
Vincent Penquerc'h <vincent.penquerch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vincent.penquerch at collabora
| |.co.uk
--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-02-03 12:42:20 UTC ---
Maybe a bit complex, but some elements could have a "num-threads" property with
limits that match what they can reasonably do, defaulting to 1. This would
allow an automated way to allocate more threads in a pipeline by trawling all
the elements and bumping num-threads on some of those that have a max > 1 by
the number of available cores.
Since this could be automated, you could leave the decision on the bumping to
the high level layer. Also, it becomes easy to add that num-threads property on
new elements as they become multithread able, without impacting the higher
level "load balancing" code.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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