GNOME Bugzilla – Bug 705110
rtsp-client: add "handle-response" signal for when we receive a GET_PARAMETER response
Last modified: 2014-02-25 22:29:00 UTC
I have a few changes to gst-rtsp-server which fixes a couple of bugs, as well as added a couple of new APIs and a vmethod that will be useful for users. You can find the patches here : http://cgit.collabora.com/git/user/kakaroto/gst-rtsp-server.git/log/ Please review and merge. Let me know if you have any questions about any of the commits.
Pushed this: commit cdbb6bcc1562a561c98d377fdc4072ad2f8583db Author: Youness Alaoui <youness.alaoui@collabora.co.uk> Date: Mon Aug 5 10:46:33 2013 -0400 rtsp-media: send state in "new-state" signal https://bugzilla.gnome.org/show_bug.cgi?id=705110 The g_list_copy_deep() commit seems no longer needed (also, the implementation should probably use a GQueue on the stack to assemble the list to return instead of g_list_append). Retitling bug for remaining commit that adds API.
commit 1f846187257f373c8c6066bf2f0288a507a61c24 Author: Youness Alaoui <youness.alaoui@collabora.co.uk> Date: Thu Aug 8 10:57:42 2013 -0400 Add handle-response signal for when we receive a GET_PARAMETER response