mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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:
|
seek_error:
|
||||||
{
|
{
|
||||||
GST_OBJECT_UNLOCK (demux);
|
|
||||||
GST_PAD_STREAM_UNLOCK (demux->sinkpad);
|
GST_PAD_STREAM_UNLOCK (demux->sinkpad);
|
||||||
GST_ELEMENT_ERROR (demux, STREAM, DEMUX, (NULL), ("Got a seek error"));
|
GST_ELEMENT_ERROR (demux, STREAM, DEMUX, (NULL), ("Got a seek error"));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue