gstreamer/gst-libs/gst
Miguel Paris 036bdf5d2d rtpbuffer: Fix ensure_buffers() if whole packet is in one GstMemory
When gst_rtp_buffer_add_extension_onebyte_header() is used over a
GstRtpBuffer that only contains a memory for the whole packet,
ensure_buffers function crashes at the next point:

mem = gst_memory_copy (rtp->map[i].memory, offset, rtp->size[i]);

when i==2 because the payload is not mapped.

In addition the offset is calculated subtracting in the wrong direction.

https://bugzilla.gnome.org/show_bug.cgi?id=774959
2016-11-25 13:15:24 +02:00
..
allocators gstfdmemory: log with GST_INFO instead of GST_ERROR on permission denied 2016-11-21 21:22:47 +00:00
app appsink: fix g-i warnings and add since markers 2016-11-15 18:38:48 +00:00
audio videodecoder, audiodecoder: parse format before checking in src_query_default 2016-11-16 07:57:31 +11:00
fft meson: Generate girs 2016-11-09 18:06:19 -03:00
pbutils discoverer: Do not try to unref the bus if it has not been set yet 2016-11-15 15:22:45 -03:00
riff riff: Extract bpp from the strf for vnmc 2016-11-16 20:49:11 +02:00
rtp rtpbuffer: Fix ensure_buffers() if whole packet is in one GstMemory 2016-11-25 13:15:24 +02:00
rtsp rtspdefs: Assert on the excepted MD5 digest string length 2016-11-23 18:26:29 +02:00
sdp mikey: Generate the correct SRTP policy 2016-11-23 17:44:29 +01:00
tag tag: fix some warnings in mklicensestables 2016-11-23 10:20:04 +02:00
video video-info: Add unit test for overflow checks 2016-11-24 15:40:22 +02:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am rtp: build audio library before rtp 2016-02-16 17:42:44 +02:00
meson.build rtsp: Include GstSdp-1.0.gir when generating the gir 2016-11-10 17:43:38 -03:00