[Bug 789462] Multi branched pipe freezes in case CPU overloaded

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 25 15:57:35 UTC 2017


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

--- Comment #6 from Alex <rouniy at gmail.com> ---
Hi
Yes my plugin sometime takes more than one second but
1) when I did try to use sleep(1) for one second. I scan see messages of the
gstreamer-bus about dropped frames
2) But when I did try to use CPU overloaded like:

    static int val =0;
    ++val;
    if(val > 40)
    {
        val = 0;
        for(int i = 0;  i< 4000; ++i)
        {
            sleep(0);
        }
    }
pipe freezes

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