[Bug 764744] Crash when using a shared factory and TLS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 11 13:20:24 UTC 2016


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

--- Comment #6 from Jake Foytik <jake.foytik at ipconfigure.com> ---
Thanks for providing some direction. I've been debugging the
gst_rtsp_stream_leave_bin() function. It is being called, and I have verified
that it is actually setting the elements to the NULL state. It looks like it
may be a udpsrc not managed within rtsp-stream. In my debug test, I can see:
  - udpsrc4 --> STATE_NULL
  - udpsrc5 --> STATE_NULL
  - udpsrc6 --> STATE_NULL
  - udpsrc7 --> STATE_NULL
Then, after the leave_bin function has been called I get the crash which
provides the error that udpsrc3 was not in the NULL state when unreffing. Any
idea where this other udpsrc is managed?

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