summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-05-26 11:48:44 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-05-26 11:48:44 +0000
commit3946c571f44db0f63d2ec5e407db07504af72a08 (patch)
treec2d024bff0980d3fc40bc7e6082181c1206bf850 /gst
parent8d05a0f266d26059f1972d871aa1b1d3e2fdd752 (diff)
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.
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c1
1 files changed, 0 insertions, 1 deletions
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);
}