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 705110 - rtsp-client: add "handle-response" signal for when we receive a GET_PARAMETER response
rtsp-client: add "handle-response" signal for when we receive a GET_PARAMETER...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-29 22:51 UTC by Youness Alaoui
Modified: 2014-02-25 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Youness Alaoui 2013-07-29 22:51:30 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.
Comment 1 Tim-Philipp Müller 2013-08-13 15:46:02 UTC
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.
Comment 2 Wim Taymans 2013-08-23 10:26:33 UTC
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