[Bug 643577] gst-rtsp-server: g_object_ref: assertion `G_IS_OBJECT (object)' failed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 28 08:27:25 PDT 2011


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

--- Comment #15 from Robert Krakora <rob.krakora at messagenetsystems.com> 2011-07-28 15:27:19 UTC ---
The problem occurs when the client abruptly closes the connection without
issuing a TEARDOWN.  The TEARDOWN handler in the rtsp-client.c file of the RTSP
server is where the pipeline gets torn down.  Since this handler is not called,
the pipeline remains and is up and running.  Subsequent clients get their own
pipelines and if the do not issue TEARDOWNs then those pipelines will also
remain up and running.  This is a resource leak in my opinion.  I have a patch
which I am testing and will be posting soon for your inspection and testing.

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