[Bug 797303] rtpbasepayload: Update seqnum property correctly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 18 11:47:26 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373961|none                        |reviewed
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 373961:
 --> (https://bugzilla.gnome.org/review?bug=797303&attachment=373961)

::: gst-libs/gst/rtp/gstrtpbasepayload.c
@@ +1308,3 @@
     gst_buffer_list_foreach (GST_BUFFER_LIST_CAST (obj), filter_meta, NULL);
+    /* sequence number has increased more if this was a buffer list */
+    payload->seqnum = data.seqnum - 1;

Why -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