mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
matroskademux: remove bogus UNLOCK
This commit is contained in:
parent
65fdbe68ec
commit
39268f10d3
1 changed files with 0 additions and 1 deletions
|
@ -2459,7 +2459,6 @@ gst_matroska_demux_handle_seek_event (GstMatroskaDemux * demux,
|
|||
|
||||
seek_error:
|
||||
{
|
||||
GST_OBJECT_UNLOCK (demux);
|
||||
GST_PAD_STREAM_UNLOCK (demux->sinkpad);
|
||||
GST_ELEMENT_ERROR (demux, STREAM, DEMUX, (NULL), ("Got a seek error"));
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue