mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
mssdemux: do not unlock not locked mutex
This commit is contained in:
parent
50f2a803f6
commit
e644b5e6ae
1 changed files with 0 additions and 1 deletions
|
@ -1409,7 +1409,6 @@ gst_mss_demux_stream_download_uri (GstMssDemux * demux,
|
|||
&stream->fragment_download_lock);
|
||||
}
|
||||
ret = stream->last_ret;
|
||||
g_mutex_unlock (&stream->fragment_download_lock);
|
||||
|
||||
GST_DEBUG_OBJECT (stream->pad, "Fragment download finished: %s", uri);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue