mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
discoverer: fix discover_uri returning finalized info object
This commit is contained in:
parent
063dc1712e
commit
39aa4dc674
1 changed files with 1 additions and 0 deletions
|
@ -1178,6 +1178,7 @@ discoverer_collect (GstDiscoverer * dc)
|
|||
dc->priv->current_info, dc->priv->current_error);
|
||||
/* Clients get a copy of current_info since it is a boxed type */
|
||||
gst_discoverer_info_unref (dc->priv->current_info);
|
||||
dc->priv->current_info = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue