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 796724 - GstRTSPMediaFactory leaks clock property
GstRTSPMediaFactory leaks clock property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.14.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-29 22:29 UTC by Brendan Shanks
Modified: 2018-07-12 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
media-factory: Unref clock (914 bytes, patch)
2018-06-29 22:39 UTC, Brendan Shanks
none Details | Review

Description Brendan Shanks 2018-06-29 22:29:54 UTC
GstRTSPMediaFactory does not unref priv->clock
Comment 1 Brendan Shanks 2018-06-29 22:39:05 UTC
Created attachment 372895 [details] [review]
media-factory: Unref clock
Comment 2 Tim-Philipp Müller 2018-07-12 18:12:54 UTC
Thanks!

commit 7f7a210b84025dd01af4f0b1d0c4bfa9eb1c6603 (HEAD -> master)
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Thu Jul 12 19:01:54 2018 +0100

    media-factory: unref old clock when setting new clock
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796724

commit f304096994c5ee728c9cb0c97817a07596ddcd6a
Author: Brendan Shanks <brendan.shanks@teradek.com>
Date:   Fri Jun 29 15:20:57 2018 -0700

    media-factory: unref clock in finalize
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796724