mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
netclientclock: Disconnect the "synced" signal handler from the internal clock
Not from the external one.
This commit is contained in:
parent
ab17881cf0
commit
1c010fd230
1 changed files with 2 additions and 1 deletions
|
@ -1129,7 +1129,8 @@ gst_net_client_clock_finalize (GObject * object)
|
||||||
GList *l;
|
GList *l;
|
||||||
|
|
||||||
if (self->priv->synced_id)
|
if (self->priv->synced_id)
|
||||||
g_signal_handler_disconnect (self, self->priv->synced_id);
|
g_signal_handler_disconnect (self->priv->internal_clock,
|
||||||
|
self->priv->synced_id);
|
||||||
self->priv->synced_id = 0;
|
self->priv->synced_id = 0;
|
||||||
|
|
||||||
G_LOCK (clocks_lock);
|
G_LOCK (clocks_lock);
|
||||||
|
|
Loading…
Reference in a new issue