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 708819 - Send setup reply once only
Send setup reply once only
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-26 10:03 UTC by Jonas Holmberg
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Send setup reply once only (1.89 KB, patch)
2013-09-26 10:05 UTC, Jonas Holmberg
none Details | Review

Description Jonas Holmberg 2013-09-26 10:03:46 UTC
If find_media() failed in handle_setup_request() two replies are sent.
Comment 1 Jonas Holmberg 2013-09-26 10:05:36 UTC
Created attachment 255806 [details] [review]
Send setup reply once only
Comment 2 Wim Taymans 2013-09-26 12:26:21 UTC
commit 74b8da93969b4462ab1c534981fdbad0d7d5d304
Author: Jonas Holmberg <jonashg@axis.com>
Date:   Thu Sep 26 09:41:10 2013 +0200

    client: Send setup reply once only
    
    If find_media() failed in handle_setup_request() two replies was sent.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708819