mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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:
parent
f3fe849d39
commit
c27e1fcaad
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-26 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
|
||||||
|
Don't clear the running variable in the seek code.
|
||||||
|
|
||||||
2006-05-24 Wim Taymans <wim@fluendo.com>
|
2006-05-24 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
|
||||||
|
|
|
@ -777,7 +777,6 @@ gst_qtdemux_do_seek (GstQTDemux * qtdemux, GstPad * pad, GstEvent * event)
|
||||||
gst_qtdemux_push_event (qtdemux, gst_event_new_flush_start ());
|
gst_qtdemux_push_event (qtdemux, gst_event_new_flush_start ());
|
||||||
} else {
|
} else {
|
||||||
/* non flushing seek, pause the task */
|
/* non flushing seek, pause the task */
|
||||||
qtdemux->segment_running = FALSE;
|
|
||||||
gst_pad_pause_task (qtdemux->sinkpad);
|
gst_pad_pause_task (qtdemux->sinkpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue