[Bug 784250] New: rtpstats: Glib CRITICAL _gst_util_uint64_scale_int: assertion 'denom > 0' failed
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 27 14:23:33 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784250
Bug ID: 784250
Summary: rtpstats: Glib CRITICAL _gst_util_uint64_scale_int:
assertion 'denom > 0' failed
Classification: Platform
Product: GStreamer
Version: git master
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: julien.isorce at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In gst-plugins-good/gst/rtpmanager/rtpstats.c, ctx->clock_rate is a guint32
whereas "denom" parameter of gst_util _uint64_scale_int is a gint.
Indeed ctx->clock_rate can be set to -1 when rtpsource.c calls
gst_rtp_packet_rate_ctx_reset with -1.
--
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