[Bug 769514] splitmuxsink: Deadlock

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Aug 7 13:14:09 UTC 2016


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

--- Comment #1 from Vivia Nikolaidou <vivia at ahiru.eu> ---
>From the backtrace, gstsplitmuxsink.c around line 1241:

      case SPLITMUX_STATE_START_NEXT_FRAGMENT:
        /* A fragment is ending, wait until that's done before continuing */
        GST_DEBUG_OBJECT (pad, "Sleeping for fragment restart");
        GST_SPLITMUX_WAIT (splitmux);
        GST_DEBUG_OBJECT (pad,
            "Done sleeping for fragment restart state now %d",
splitmux->state);
        break;

However, the freeze happens at random points, not when a fragment is ending.

Also, it doesn't seem to happen with *:6 debug log enabled.

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