rtpjitterbuffer: unlock only once
This commit is contained in:
parent
c959cdc8c1
commit
cba4e6a707
@ -1448,6 +1448,7 @@ unschedule_current_timer (GstRtpJitterBuffer * jitterbuffer)
|
|||||||
if (priv->clock_id) {
|
if (priv->clock_id) {
|
||||||
GST_DEBUG_OBJECT (jitterbuffer, "unschedule current timer");
|
GST_DEBUG_OBJECT (jitterbuffer, "unschedule current timer");
|
||||||
gst_clock_id_unschedule (priv->clock_id);
|
gst_clock_id_unschedule (priv->clock_id);
|
||||||
|
priv->clock_id = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user