GNOME Bugzilla – Bug 751497
downloadbuffer: buffering msg posting error
Last modified: 2015-06-26 08:13:15 UTC
After complete the buffering(EOS) with playbin, sometimes small value (<100) is posted to application like below. downloadbuffer5 is Buffering: 30% downloadbuffer5 is Buffering: 5% downloadbuffer5 is Buffering: 29% downloadbuffer5 is Buffering: 4% downloadbuffer5 is Buffering: 7% downloadbuffer5 is Buffering: 34% downloadbuffer5 is Buffering: 39% downloadbuffer5 is Buffering: 100% downloadbuffer5 is Buffering: 31%
Created attachment 306103 [details] [review] downloadbuffer: resolve the err about buffering msg posting After posting 100% msg in chain function, get_range function post the buffering msg with the previous value. So I add checking before posting buffering msg if the current buffering state is off.
Do you have a GST_DEBUG log showing the problem or a way to reproduce it? Did you get this on git master?
I found the issue with Gstreamer 1.4.5 When I checked it with the git master on host PC it doesn't reproduced. (The test url is changed a while after so I cannot share wit you.) I think the issue is resolved by the below patch. https://bugzilla.gnome.org/show_bug.cgi?id=740689 I will change status of this issue to RESOLVE. Thank you. *** This bug has been marked as a duplicate of bug 740689 ***