mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtspsrc: also allow PAUSE to be interrupted
... as it is on the way out to NULL. See #632504.
This commit is contained in:
parent
283e4e4afd
commit
dc2ddea91b
1 changed files with 1 additions and 1 deletions
|
@ -6407,7 +6407,7 @@ gst_rtspsrc_thread (GstRTSPSrc * src)
|
|||
gst_rtspsrc_connection_flush (src, FALSE);
|
||||
|
||||
/* we allow these to be interrupted */
|
||||
if (cmd == CMD_LOOP || cmd == CMD_CLOSE)
|
||||
if (cmd == CMD_LOOP || cmd == CMD_CLOSE || cmd == CMD_PAUSE)
|
||||
src->waiting = TRUE;
|
||||
GST_OBJECT_UNLOCK (src);
|
||||
|
||||
|
|
Loading…
Reference in a new issue