summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/isomp4/qtdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c
index 47cafe2b5..81bf791f2 100644
--- a/gst/isomp4/qtdemux.c
+++ b/gst/isomp4/qtdemux.c
@@ -2377,6 +2377,8 @@ gst_qtdemux_handle_sink_event (GstPad * sinkpad, GstObject * parent,
if (gst_qtdemux_process_adapter (demux, TRUE) != GST_FLOW_OK) {
res = FALSE;
}
+ /* Finally mark stream as being in MOVIE again to allow further seeks */
+ demux->state = QTDEMUX_STATE_MOVIE;
}
}
break;