mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtsp: fix for flush_stop API change
This commit is contained in:
parent
3c889415a3
commit
e221908169
1 changed files with 1 additions and 1 deletions
|
@ -1643,7 +1643,7 @@ gst_rtspsrc_flush (GstRTSPSrc * src, gboolean flush)
|
|||
cmd = CMD_WAIT;
|
||||
state = GST_STATE_PAUSED;
|
||||
} else {
|
||||
event = gst_event_new_flush_stop ();
|
||||
event = gst_event_new_flush_stop (TRUE);
|
||||
GST_DEBUG_OBJECT (src, "stop flush");
|
||||
cmd = CMD_LOOP;
|
||||
state = GST_STATE_PLAYING;
|
||||
|
|
Loading…
Reference in a new issue