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
@ -6457,6 +6457,8 @@ gst_rtspsrc_thread (GstRTSPSrc * src)
|
||||
else if (src->task)
|
||||
gst_task_pause (src->task);
|
||||
}
|
||||
/* reset waiting */
|
||||
src->waiting = FALSE;
|
||||
GST_OBJECT_UNLOCK (src);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user