mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
tsdemux: unlock mutex on -1 start_offfset
Closing #1013 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1694>
This commit is contained in:
parent
27246ebeb0
commit
a4b83810fe
1 changed files with 1 additions and 0 deletions
|
@ -976,6 +976,7 @@ gst_ts_demux_do_seek (MpegTSBase * base, GstEvent * event)
|
|||
if (G_UNLIKELY (start_offset == -1)) {
|
||||
GST_WARNING_OBJECT (demux,
|
||||
"Couldn't convert start position to an offset");
|
||||
g_mutex_unlock (&demux->lock);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue