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 683058 - gst-rtsp-server: add new-session signal to rtsp-client
gst-rtsp-server: add new-session signal to rtsp-client
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
0.10.8
Other Linux
: Normal enhancement
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-30 19:01 UTC by Aleix Conchillo Flaqué
Modified: 2012-08-30 19:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add new-session signal to rtsp-client (2.05 KB, patch)
2012-08-30 19:03 UTC, Aleix Conchillo Flaqué
none Details | Review

Description Aleix Conchillo Flaqué 2012-08-30 19:01:06 UTC
Currently there is now way to get notified by new client sessions. This would be useful to, for example, be able to set a timeout on the session.
Comment 1 Aleix Conchillo Flaqué 2012-08-30 19:03:59 UTC
Created attachment 222975 [details] [review]
add new-session signal to rtsp-client

This patch adds a new signal new-session to rtsp-client.
Comment 2 Wim Taymans 2012-08-30 19:59:56 UTC
commit 64f879c1d625e0d6cf71617399b60a18727847c7
Author: Aleix Conchillo Flaque <aleix@oblong.com>
Date:   Thu Aug 30 12:03:27 2012 -0700

    add new-session signal to rtsp-client (fixes #683058)