After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790199 - souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING
souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.10.x
Other other
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-11 04:44 UTC by Paul Kim
Modified: 2018-01-19 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING (1009 bytes, patch)
2017-11-11 04:55 UTC, Paul Kim
committed Details | Review

Description Paul Kim 2017-11-11 04:44:09 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.
Comment 1 Paul Kim 2017-11-11 04:55:02 UTC
Created attachment 363382 [details] [review]
souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING
Comment 2 Sebastian Dröge (slomo) 2018-01-19 09:40:30 UTC
Attachment 363382 [details] pushed as 129eecf - souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING