matroskademux: Unlock stream lock after use

Stream lock of sink pad was not unlocked after non-updating seek.
This commit is contained in:
Jonas Holmberg 2013-07-09 11:17:59 +02:00 committed by Sebastian Dröge
parent aa2d96c46b
commit beebe2b7af

View file

@ -2092,6 +2092,7 @@ next:
/* ouch */
if (!update) {
GST_PAD_STREAM_LOCK (demux->common.sinkpad);
pad_locked = TRUE;
goto exit;
}