GNOME Bugzilla – Bug 765958
uri: don't use _gst_uri_free() directly
Last modified: 2016-05-04 07:08:58 UTC
_gst_uri_free() is meant to be called by GstMiniObject when the last ref of the object is destroyed, not be called directly short cutting the reference system.
Created attachment 327266 [details] [review] uri: unref instead of using _gst_uri_free() directly This confuses gst_tracing as we shortcut the mini object reference system.
Attachment 327266 [details] pushed as 0ff10ac - uri: unref instead of using _gst_uri_free() directly