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 649256 - Emit a signal when client's are created/connected
Emit a signal when client's are created/connected
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
unspecified
Other Linux
: Normal enhancement
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-03 09:25 UTC by Fabian Deutsch
Modified: 2011-05-17 07:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add the signal "client-connected". (2.83 KB, patch)
2011-05-04 07:16 UTC, Fabian Deutsch
none Details | Review
Update the vala bindings. (904 bytes, patch)
2011-05-04 07:16 UTC, Fabian Deutsch
none Details | Review

Description Fabian Deutsch 2011-05-03 09:25:27 UTC
It would be nice, if a signal could be emitted on the server, when a client connects or was created.
Comment 1 Wim Taymans 2011-05-03 10:03:22 UTC
Sounds like a good idea, care to make a patch?
Comment 2 Fabian Deutsch 2011-05-03 10:41:56 UTC
Sure, I'll give it a try. So give me a day or two :)
Comment 3 Fabian Deutsch 2011-05-04 07:16:07 UTC
Created attachment 187169 [details] [review]
Add the signal "client-connected".
Comment 4 Fabian Deutsch 2011-05-04 07:16:28 UTC
Created attachment 187170 [details] [review]
Update the vala bindings.
Comment 5 Fabian Deutsch 2011-05-04 07:18:39 UTC
The previous two patches add a signal with get's emitted when a new "managed" client appears. 
Maybe a different name could be used to make clear, that this signal is only emitted after the client was authenticated successful.
Comment 6 Wim Taymans 2011-05-17 07:50:02 UTC
commit ae4a3a9f2928f6c8b8b80d43d4cab8600d206351
Author: Fabian Deutsch <fabian.deutsch@gmx.de>
Date:   Tue May 3 21:13:15 2011 +0200

    Updated Vala bindings.
    
    Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>

commit 6ef7c966aef6e6758a43ba417916af79385db825
Author: Fabian Deutsch <fabian.deutsch@gmx.de>
Date:   Tue May 3 16:24:28 2011 +0200

    Add a signal for newly connected clients.
    
    Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>