[Bug 727231] The media streams leak
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 1 00:37:44 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=727231
GStreamer | gst-rtsp-server | git
--- Comment #1 from Linus Svensson <linus.svensson at axis.com> 2014-04-01 07:37:41 UTC ---
The problem is that the src pads of the rtsp bin becomes blocked when
prerolling a live media. The pads are blocked from the stream objects in
gst_rtsp_stream_set_blocked. The blocking probe gets a a reference to the
stream object as user data.
When closing the connection when only a SETUP for a live media has been sent,
the src pads are still blocked and holds a reference to a stream object. The
stream object holds a reference to the src pads as well.
Neither the pads or stream will be finalized in this case.
--
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