[Bug 747614] gst-rts-server: uninitialized clock rate causes critical warning
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Apr 27 03:32:21 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747614
--- Comment #4 from Hyunjun <zzoon.ko at samsung.com> ---
(In reply to Sebastian Dröge (slomo) from comment #2)
> How can this be reproduced? We should really never do anything with an
> invalid clock rate, and should actually get one here
It's easy to reproduce. When you're running test-mp4, and then connect to this
server by playbin, you can see this warning.
Reason that it fails to get clock-rate, is that it's trying to get (int) clock
rate by different typed variable(guint).
Actually, in case of last-sample of basesink, clock-rate is int
and in case of stats of payloaders, clock-rate is uint.
--
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