videodecoder: fix seeking again
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 9 Aug 2012 18:57:49 +0000 (19:57 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 9 Aug 2012 18:57:49 +0000 (19:57 +0100)
Add missing break in FLUSH_STOP case.

gst-libs/gst/video/gstvideodecoder.c

index fae9a26..05c9bd0 100644 (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:
     {