[Bug 797054] h264parse: Critical warning when parsing framerate from youtube-dl

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 31 14:50:38 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797054

Philippe Normand <philn at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373505|accepted-commit_now         |committed
             status|                            |

--- Comment #4 from Philippe Normand <philn at igalia.com> ---
Comment on attachment 373505
  --> https://bugzilla.gnome.org/attachment.cgi?id=373505
patch

Pushed in master, will cherry-pick to 1.14 as well!

commit d7c87910c297c200151127e2fdc081e437923e82 (HEAD -> master, origin/master,
origin/HEAD)
Author: Philippe Normand <philn at igalia.com>
Date:   Thu Aug 30 17:44:07 2018 +0100

    baseparse: avg_bitrate calculation critical warning fix

    The avg_bitrate is an unsigned int, so the gst_util_uin64_scale() function
can't
    be used for it, as it expects signed integers for the fraction parts
arguments.

    https://bugzilla.gnome.org/show_bug.cgi?id=797054

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list