[gstreamer-bugs] [Bug 627991] rtpmux will freeze whenever a flush is sent

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 30 06:22:14 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=627991
  GStreamer | gst-plugins-bad | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.20

--- Comment #4 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-30 13:22:10 UTC ---
commit 5cc57a82f079d50a5f6daa8601e44fea3e7631eb
Author: Youness Alaoui <youness.alaoui at collabora.co.uk>
Date:   Wed Aug 25 22:56:03 2010 -0400

    rtpmux: Unlock the right mutex

    The mutex locked is for the 'mux' object, but we unlock the
    pad, which means that if the rtpmux gets a flush, then the
    object lock will stay locked forever, causing it to freeze
    the next time it tries to take it.

    Fixes bug #627991

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