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 795003 - progressreport: Progress report message is not reporting percent-double and percentage for some files
progressreport: Progress report message is not reporting percent-double and p...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.13.x
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-05 11:53 UTC by Vinod Kesti
Modified: 2018-11-03 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vinod Kesti 2018-04-05 11:53:29 UTC
progressreport message pattern is inconsistent with some file
Below are the behaviour.
1. When file processing start progressreport message contains  percent-double and percentage
2. After some time percentage details are missing in the message.
3. This issue is observed when  system is loaded with multiple file processing.

Further analyses and found that issue comes when gst_pad_peer_query_duration (sink_pad, format, &total) function returns total = -1

I tried debugging but not able to figure out which element responds to the query.

Can some one help me to give pointer where the problem is

~ Vinod
Comment 1 Tim-Philipp Müller 2018-04-06 10:19:46 UTC
I would recommend you make a GST_DEBUG=*:6 log and then grep strategically. It should show all the pads the query jumps through and what the result is.

Might also be worth checking if the duration query returns FALSE or if it returns TRUE and then total=-1.

It's hard for us to help debug here without knowing the specific demuxer/parser involved and having a file at hand.
Comment 2 GStreamer system administrator 2018-11-03 15:28:06 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/459.