GNOME Bugzilla – Bug 740845
crash when reciving a rtcp after teardown but before client finalize.
Last modified: 2014-12-02 15:30:23 UTC
Created attachment 291716 [details] [review] gst-rtsp-server patch The problem was that there are transports that are not refed in a hash_table that are not longer valid after Teardown. But they can be used if there are an incomming rtcp before finalized.
commit 058698c9cf07234857c0068ec483f09cc8e107fa Author: Göran Jönsson <goranjn@axis.com> Date: Fri Nov 28 12:45:14 2014 +0100 rtsp: Ref transports in hash table. Also ref streams for transports. This solves a crash when reciving a rtcp after teardown but before client finalize. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740845