GNOME Bugzilla – Bug 790199
souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING
Last modified: 2018-01-19 09:42:50 UTC
If a lot of seek method is called very quickly, sometimes data reading and do_request occurs while seek flush event is occurring and error occurs because retry_count reaches to the max. Thus, reset retry_count if flush occurs after do_request and read_buffer.
Created attachment 363382 [details] [review] souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING
Attachment 363382 [details] pushed as 129eecf - souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING