summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-08-09 19:57:49 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-10 11:18:06 +0100
commita1eff875bf5d5c7c88da46b1373461bd71c87189 (patch)
treee5d3bda07522e7834f6e58760ee4cdebb69b9bcf
parent031a7ceec41b828018e433d40ef497641b3d6b9e (diff)
downloadgstreamer-plugins-base-a1eff875bf5d5c7c88da46b1373461bd71c87189.tar.gz
videodecoder: fix seeking again
Add missing break in FLUSH_STOP case.
-rw-r--r--gst-libs/gst/video/gstvideodecoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/video/gstvideodecoder.c b/gst-libs/gst/video/gstvideodecoder.c
index a1fcb1050..fa999d656 100644
--- a/gst-libs/gst/video/gstvideodecoder.c
+++ b/gst-libs/gst/video/gstvideodecoder.c
@@ -942,6 +942,7 @@ gst_video_decoder_sink_eventfunc (GstVideoDecoder * decoder, GstEvent * event)
/* well, this is kind of worse than a DISCONT */
gst_video_decoder_flush (decoder, TRUE);
GST_VIDEO_DECODER_STREAM_UNLOCK (decoder);
+ break;
}
default:
break;