mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtspsrc: reset_time when flush stopping
This commit is contained in:
parent
5f1a732bc7
commit
75f53631e5
1 changed files with 1 additions and 1 deletions
|
@ -2651,7 +2651,7 @@ gst_rtspsrc_flush (GstRTSPSrc * src, gboolean flush, gboolean playing,
|
||||||
cmd = CMD_WAIT;
|
cmd = CMD_WAIT;
|
||||||
state = GST_STATE_PAUSED;
|
state = GST_STATE_PAUSED;
|
||||||
} else {
|
} else {
|
||||||
event = gst_event_new_flush_stop (FALSE);
|
event = gst_event_new_flush_stop (TRUE);
|
||||||
gst_event_set_seqnum (event, seqnum);
|
gst_event_set_seqnum (event, seqnum);
|
||||||
GST_DEBUG_OBJECT (src, "stop flush; playing %d", playing);
|
GST_DEBUG_OBJECT (src, "stop flush; playing %d", playing);
|
||||||
cmd = CMD_LOOP;
|
cmd = CMD_LOOP;
|
||||||
|
|
Loading…
Reference in a new issue