[Bug 722560] rtprtxreceive: cleanup orphan retransmission requests

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 20 08:22:53 PST 2014


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

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |olivier.crete at ocrete.ca
     Ever Confirmed|0                           |1

--- Comment #1 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2014-01-20 16:22:50 UTC ---
In rtprtxreceive: cleanup stored seqnum->ssrc association when an rtx request
never gets answered:

I see no locking protecting the hash table in the cleanup_seqnum_ssrc1_map()
callback. Also you need to either hold a ref to the element or keep a list of
pending IDs so that callback to prevent the case where the element is disposed
before the callback is called (or what happen if the element is stopped and
restarted before the timeout expires).

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