mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
matroskademux: Unlock stream lock after use
Stream lock of sink pad was not unlocked after non-updating seek.
This commit is contained in:
parent
aa2d96c46b
commit
beebe2b7af
1 changed files with 1 additions and 0 deletions
|
@ -2092,6 +2092,7 @@ next:
|
|||
/* ouch */
|
||||
if (!update) {
|
||||
GST_PAD_STREAM_LOCK (demux->common.sinkpad);
|
||||
pad_locked = TRUE;
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue