mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
videodecoder: fix seeking again
Add missing break in FLUSH_STOP case.
This commit is contained in:
parent
62ec7f837d
commit
d1299d1357
1 changed files with 1 additions and 0 deletions
|
@ -1011,6 +1011,7 @@ gst_video_decoder_sink_event_default (GstVideoDecoder * decoder,
|
|||
/* well, this is kind of worse than a DISCONT */
|
||||
gst_video_decoder_flush (decoder, TRUE);
|
||||
GST_VIDEO_DECODER_STREAM_UNLOCK (decoder);
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_TAG:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue