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 751497 - downloadbuffer: buffering msg posting error
downloadbuffer: buffering msg posting error
Status: RESOLVED DUPLICATE of bug 740689
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-25 13:09 UTC by Eunhae Choi
Modified: 2015-06-26 08:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
downloadbuffer: resolve the err about buffering msg posting (1.80 KB, patch)
2015-06-25 13:13 UTC, Eunhae Choi
none Details | Review

Description Eunhae Choi 2015-06-25 13:09:18 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%
Comment 1 Eunhae Choi 2015-06-25 13:13:55 UTC
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.
Comment 2 Thiago Sousa Santos 2015-06-25 13:19:03 UTC
Do you have a GST_DEBUG log showing the problem or a way to reproduce it?

Did you get this on git master?
Comment 3 Eunhae Choi 2015-06-26 08:13:15 UTC
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 ***