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.
This commit is contained in:
Wim Taymans 2006-05-26 11:48:44 +00:00
parent 8d05a0f266
commit 3946c571f4

View file

@ -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);
}