GNOME Bugzilla – Bug 683287
gst-rtsp-server: add rtsp requests signals to rtsp-client
Last modified: 2012-09-07 16:20:57 UTC
Sometimes, it is a bit hard to track down client, media, session, etc. relationship. For example, when a client connects to the server we can connect to the "client-connected" signal, but at that point we still don't know which URI has the client connected to. It would be good to have additional signals for each client RTSP request.
Created attachment 223356 [details] [review] add rtsp request signals to client This patch emits signals after each RTSP request is handled. The "teardown-request" signal is emitted before the client connection is closed.
commit 3b2498d9cbf023f849f1b5f0cce013e9a21d181c Author: Aleix Conchillo Flaque <aleix@oblong.com> Date: Mon Sep 3 10:48:14 2012 -0700 rtsp-client: add signals for rtsp requests (fixes #683287)
Aleix: would be great if you could put the bug numbers into the commit message body in future, for consistency with the other commit messages (and because it's not useful information when quickly scanning the summary lines for changes), as per http://gstreamer.freedesktop.org/wiki/SubmittingPatches
OK, got it. Thanks for the heads up!