mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtpjitterbuffer: unlock only once
This commit is contained in:
parent
c959cdc8c1
commit
cba4e6a707
1 changed files with 1 additions and 0 deletions
|
@ -1448,6 +1448,7 @@ unschedule_current_timer (GstRtpJitterBuffer * jitterbuffer)
|
|||
if (priv->clock_id) {
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "unschedule current timer");
|
||||
gst_clock_id_unschedule (priv->clock_id);
|
||||
priv->clock_id = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue