[Bug 773024] Mulitiple pipelines stuck at main_loop_run

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 16 17:37:47 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
You're probably running out of file descriptors. Try to increase the
per-process limit.

Each main context has 2 fds, each bus has another one, each thread also, and
there might be others for whatever is done in your pipeline.

It's generally not a good idea to have a new thread and main context per
pipeline.

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