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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 5 06:08:27 PDT 2011


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

--- Comment #19 from Robert Krakora <rob.krakora at messagenetsystems.com> 2011-08-05 13:08:18 UTC ---
(From update of attachment 192819)
--- /home/silentm/Development/gst-rtsp-server/gst/rtsp-server/rtsp-client.c   
2011-08-05 07:48:26.742988486 -0400
+++
/home/silentm/Development/gst-rtsp-server-patched/gst/rtsp-server/rtsp-client.c
   2011-08-04 16:48:18.109986945 -0400
@@ -121,8 +121,10 @@

   /* unlink all media managed in this session */
   for (medias = session->medias; medias; medias = g_list_next (medias)) {
-    unlink_session_streams (client, session,
-        (GstRTSPSessionMedia *) medias->data);
+    gst_rtsp_session_media_set_state ((GstRTSPSessionMedia *) medias->data,
GST_STATE_NULL);
+    unlink_session_streams (client, session, (GstRTSPSessionMedia *)
medias->data);
+    /* unmanage the media in the session. */
+    gst_rtsp_session_release_media (session, (GstRTSPSessionMedia *)
medias->data);
   }
 }

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