commit | 91db2da3e2cb4ffa7029eb96206a8dfad7a35c3c | [log] [tgz] |
---|---|---|
author | Mathieu Duponchelle <mathieu@centricular.com> | Wed Apr 04 01:48:44 2018 +0200 |
committer | Tim-Philipp Müller <tim@centricular.com> | Wed Apr 11 23:29:49 2018 +0100 |
tree | 8227e62fc9187d230c01494eee7b8f994cb17480 | |
parent | ea53d9fedc322355842bc3e34a998cbf5e8b8ac6 [diff] |
rtxsend: fix wrong memory layout assumption The code responsible for creating retransmitted buffers assumed the stored buffer had been created with rtp_buffer_new_allocate when copying the extension data, which isn't necessarily the case, for example when the rtp buffers come from a udpsrc. https://bugzilla.gnome.org/show_bug.cgi?id=794958