gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 26 May 2006 11:48:44 +0000 (11:48 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 26 May 2006 11:48:44 +0000 (11:48 +0000)
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

index e19fae5..cec5793 100644 (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);
   }