GNOME Bugzilla – Bug 674021
gst-rtsp-server: add GstRTSPSession to managed media
Last modified: 2012-08-29 23:07:56 UTC
This patch started for the need to set a timeout to GstRTSPSession, as I was not able to get a GstRTSPSession object in an easy way. I added a "managed" signal to GstRTSPMedia, so the user knows when the media is started being managed by a session, and then can change the session properties, such as timeout. May be there's a better way to do it, but I could not find out with the current API.
Created attachment 211961 [details] [review] add gstrtspsession to gstrtspmedia
After a talk with Wim, I am marking this bug as invalid. Media's can be shared by multiple sessions, so this patch is invalid as it supposes only one session manages a media.