[Bug 710118] tsdemux: warning/assert due to denominator == zero in mpegts_packetizer_ts_to_offset()
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 15 06:33:54 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=710118
GStreamer | gst-plugins-bad | 1.x
--- Comment #3 from Edward Hervey <bilboed at bilboed.com> 2013-11-15 14:33:50 UTC ---
There is a (very small) probability that you might end up with firstpcr ==
lastpcr. This would happen if:
* nextgroup == prevgroup
* and the group is empty
In that case, you can just return firstoffset (which is what you're doing, but
in a complicated way and without any explanation).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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