From d1299d13573da01923aab51bbecb0af16b0f5ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 9 Aug 2012 19:57:49 +0100 Subject: [PATCH] videodecoder: fix seeking again Add missing break in FLUSH_STOP case. --- gst-libs/gst/video/gstvideodecoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/video/gstvideodecoder.c b/gst-libs/gst/video/gstvideodecoder.c index fae9a2682a..05c9bd0428 100644 --- a/gst-libs/gst/video/gstvideodecoder.c +++ b/gst-libs/gst/video/gstvideodecoder.c @@ -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: {