rtpbasepayload: Update current seqnum for buffer lists
authorLinus Svensson <linussn@axis.com>
Tue, 16 Oct 2018 10:31:57 +0000 (12:31 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Wed, 14 Nov 2018 12:30:06 +0000 (12:30 +0000)
commit72ecbe2aeff131b8f0d5ffcc6d39f1703471f4d3
treeefe21a0d8e30484871f111e9e5d099ca44ad948d
parent998749d2a650d4896030824067b91ad649544f99
rtpbasepayload: Update current seqnum for buffer lists

The current sequence number will be the one from the first RTP buffer
when a buffer list is pushed, but should be the last one.

Fixes #495
gst-libs/gst/rtp/gstrtpbasepayload.c