mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtspsrc: reset state tracking variable when appropriate
... so we don't end up interrupting an operation that should not be interrupted based on the indication of a previous interruptable operation.
This commit is contained in:
parent
f6c348430e
commit
785247cfb3
1 changed files with 2 additions and 0 deletions
|
@ -6457,6 +6457,8 @@ gst_rtspsrc_thread (GstRTSPSrc * src)
|
||||||
else if (src->task)
|
else if (src->task)
|
||||||
gst_task_pause (src->task);
|
gst_task_pause (src->task);
|
||||||
}
|
}
|
||||||
|
/* reset waiting */
|
||||||
|
src->waiting = FALSE;
|
||||||
GST_OBJECT_UNLOCK (src);
|
GST_OBJECT_UNLOCK (src);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue