videodecoder: fix seeking again
Add missing break in FLUSH_STOP case.
This commit is contained in:
parent
62ec7f837d
commit
d1299d1357
@ -1011,6 +1011,7 @@ gst_video_decoder_sink_event_default (GstVideoDecoder * decoder,
|
|||||||
/* well, this is kind of worse than a DISCONT */
|
/* well, this is kind of worse than a DISCONT */
|
||||||
gst_video_decoder_flush (decoder, TRUE);
|
gst_video_decoder_flush (decoder, TRUE);
|
||||||
GST_VIDEO_DECODER_STREAM_UNLOCK (decoder);
|
GST_VIDEO_DECODER_STREAM_UNLOCK (decoder);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case GST_EVENT_TAG:
|
case GST_EVENT_TAG:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user