[Bug 709730] GstRTSPThreadPool leaks threads

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 9 15:46:01 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709730
  GStreamer | gst-rtsp-server | git

--- Comment #1 from Ognyan Tonchev <ognyan.tonchev at axis.com> 2013-10-09 13:45:56 UTC ---
Created an attachment (id=256806)
 View: https://bugzilla.gnome.org/attachment.cgi?id=256806
 Review: https://bugzilla.gnome.org/review?bug=709730&attachment=256806

Unit test for GstRTSPThreadPool

Here is a unit test which reproduces the leak described in the ticket, but it
also reveals another bug.
If gst_rtsp_thread_stop() is called before the main loop for the thread is
started it will do nothing and the main loop will eventually run. This can be
solved with a mutex, flag and idle source but may be there is a nicer solution
to that problem?

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