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 737829 - rtsp-server: deactivate media when shutting down from paused
rtsp-server: deactivate media when shutting down from paused
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-03 09:17 UTC by Vincent Penquerc'h
Modified: 2014-10-21 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
deactivate media when shutting down from paused (1.62 KB, patch)
2014-10-03 09:17 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2014-10-03 09:17:00 UTC
Created attachment 287649 [details] [review]
deactivate media when shutting down from paused

This prevents criticals (and, I'm guessing, leaks) when going down and transports still being in the list, as they would not have been deactivated by that time.
Comment 1 Wim Taymans 2014-10-21 09:53:44 UTC
commit f803be2dc84b3d3dc16e58582b96c4809aab3c29
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Wed Oct 1 07:12:30 2014 -0400

    rtsp-media: deactivate media when shutting down from paused
    
    This was only done when going directly from playing.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=737829