mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
mimenc: Unref clockid
This commit is contained in:
parent
297ab50ca1
commit
a99348170e
1 changed files with 2 additions and 0 deletions
|
@ -538,6 +538,8 @@ paused_mode_task (gpointer data)
|
|||
GST_OBJECT_LOCK (mimenc);
|
||||
mimenc->clock_id = NULL;
|
||||
GST_OBJECT_UNLOCK (mimenc);
|
||||
|
||||
gst_clock_id_unref (id);
|
||||
}
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue