After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674021 - gst-rtsp-server: add GstRTSPSession to managed media
gst-rtsp-server: add GstRTSPSession to managed media
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
0.10.x
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-12 22:03 UTC by Aleix Conchillo Flaqué
Modified: 2012-08-29 23:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add gstrtspsession to gstrtspmedia (4.63 KB, patch)
2012-04-12 22:29 UTC, Aleix Conchillo Flaqué
none Details | Review

Description Aleix Conchillo Flaqué 2012-04-12 22:03:26 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.
Comment 1 Aleix Conchillo Flaqué 2012-04-12 22:29:35 UTC
Created attachment 211961 [details] [review]
add gstrtspsession to gstrtspmedia
Comment 2 Aleix Conchillo Flaqué 2012-08-29 23:07:56 UTC
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.