videodecoder: fix seeking again

Add missing break in FLUSH_STOP case.
This commit is contained in:
Tim-Philipp Müller 2012-08-09 19:57:49 +01:00
parent 62ec7f837d
commit d1299d1357

View file

@ -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:
{