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 701253 - rtsp-session-pool: session timeout detection is broken
rtsp-session-pool: session timeout detection is broken
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-05-30 09:00 UTC by Patricia Muscalu
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
corrected session timeout detection (965 bytes, patch)
2013-05-30 09:00 UTC, Patricia Muscalu
none Details | Review

Description Patricia Muscalu 2013-05-30 09:00:41 UTC
Created attachment 245618 [details] [review]
corrected session timeout detection

Currently the monotonic time value (g_source_get_time) is sent to  the gst_rtsp_session_next_timeout function.
Comment 1 Wim Taymans 2013-05-30 11:13:51 UTC
commit aa50aac669c4a5567ffd37bd08ab251039a4f018
Author: Patricia Muscalu <patricia@axis.com>
Date:   Thu May 30 10:46:33 2013 +0200

    rtsp-session-pool: corrected session timeout detection
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701253