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 724720 - rtspconnection: not possible to disconnect/reconnect read connection in tunneled mode
rtspconnection: not possible to disconnect/reconnect read connection in tunne...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.2.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-19 14:20 UTC by Ognyan Tonchev (redstar_)
Modified: 2014-02-22 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtspconnection: remove child source when read connection is closed (1.24 KB, patch)
2014-02-19 14:25 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
unit test (12.18 KB, patch)
2014-02-19 14:26 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2014-02-19 14:20:43 UTC
Disconnect of the read connection is currently treated as an error in tunneled mode. And not only the tunnel_lost () callback is called but also closed ().
Comment 1 Ognyan Tonchev (redstar_) 2014-02-19 14:25:36 UTC
Created attachment 269684 [details] [review]
rtspconnection: remove child source when read connection is closed
Comment 2 Ognyan Tonchev (redstar_) 2014-02-19 14:26:16 UTC
Created attachment 269685 [details] [review]
unit test
Comment 3 Wim Taymans 2014-02-21 15:23:39 UTC
commit 6bf215fa09c538d92d63c6a27428c594605a49c5
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Wed Feb 19 13:54:17 2014 +0100

    rtspconnection: New unit test
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=724720

commit ebe3530f5177d5b22ab60fc6d00a16281a4caa80
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Wed Feb 19 13:53:06 2014 +0100

    rtspconnection: Remove read child source when POST is disconnected
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724720