GNOME Bugzilla – Bug 795003
progressreport: Progress report message is not reporting percent-double and percentage for some files
Last modified: 2018-11-03 15:28:06 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
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.
-- 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.