mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
discoverer: async_timeout_cb: don't clean up timeout_source
discoverer_collect() already does this. So, the second unref triggers an assert.
This commit is contained in:
parent
6146d8c622
commit
6ade19cc15
1 changed files with 0 additions and 2 deletions
|
@ -1992,8 +1992,6 @@ async_timeout_cb (GstDiscoverer * dc)
|
|||
dc->priv->processing = FALSE;
|
||||
discoverer_collect (dc);
|
||||
discoverer_cleanup (dc);
|
||||
g_source_unref (dc->priv->timeout_source);
|
||||
dc->priv->timeout_source = NULL;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue