[Bug 725159] RTP sequence number rollover problems in rtpjitterbuffer
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Feb 26 00:17:47 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=725159
GStreamer | gst-plugins-good | 1.2.3
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #270285|none |needs-work
status| |
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-02-26 08:39:10 UTC ---
Review of attachment 270285:
--> (https://bugzilla.gnome.org/review?bug=725159&attachment=270285)
Can you attach this as a "git format-patch" style patch?
::: gstrtpjitterbuffer.c.orig
@@ +2868,3 @@
/* earlier timer */
save_best = TRUE;
+ } else if (test_timeout == timer_timeout &&
(gst_rtp_buffer_compare_seqnum (test->seqnum < timer->seqnum) > 0)) {
Here is a typo, the < should be a comma.
--
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