mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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;
|
||||
state = GST_STATE_PAUSED;
|
||||
} else {
|
||||
event = gst_event_new_flush_stop (FALSE);
|
||||
event = gst_event_new_flush_stop (TRUE);
|
||||
gst_event_set_seqnum (event, seqnum);
|
||||
GST_DEBUG_OBJECT (src, "stop flush; playing %d", playing);
|
||||
cmd = CMD_LOOP;
|
||||
|
|
Loading…
Reference in a new issue