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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 16 03:13:08 PDT 2011


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.9

--- Comment #22 from Wim Taymans <wim.taymans at gmail.com> 2011-08-16 10:13:02 UTC ---
Thanks!

commit f7223cfdab653409cd92d117c906de166b00623b
Author: Robert Krakora <rob.krakora at messagenetsystems.com>
Date:   Tue Aug 16 12:09:48 2011 +0200

    client: destroy pipeline on client disconnect with no prior TEARDOWN.

    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.

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