[Bug 746462] rtpsession/rtpjitterbuffer: Use a thread pool to share all the timeout threads between elements

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 20 00:59:59 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #299858|0                           |1
        is obsolete|                            |

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 303641
  --> https://bugzilla.gnome.org/attachment.cgi?id=303641&action=edit
rtpsession: Use a thread pool to share all the RTCP sending threads between
elements

Usually the RTCP sending thread is idle, and during that times could easily be
used by other rtpsessions for sending or even other users of non-exclusive
GThreadPools.

This allows us to keep the number of threads in scenarios with many
rtpsessions much lower, while still making it possible to have up to 1 thread
per session if really needed.

-- 
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