From c27e1fcaadca11e898821840c6214de9436fcfba Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 26 May 2006 11:48:44 +0000 Subject: gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek): Don't clear the running variable in the seek code. --- gst/qtdemux/qtdemux.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gst') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index e19fae5d..cec5793e 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -777,7 +777,6 @@ gst_qtdemux_do_seek (GstQTDemux * qtdemux, GstPad * pad, GstEvent * event) gst_qtdemux_push_event (qtdemux, gst_event_new_flush_start ()); } else { /* non flushing seek, pause the task */ - qtdemux->segment_running = FALSE; gst_pad_pause_task (qtdemux->sinkpad); } -- cgit v1.2.1