gstreamer/gst/pcapparse
Tim-Philipp Müller f17899a55c pcapparse: fix another regression
Introduced by c4c9fe60b pcapparse: Take buffer directly from the adapter

Using gst_adapter_take_buffer_fast() can lead to buffers that are
made up of multiple memories with the first memory smaller than the
RTP header size, which violates assumptions GstRtpBaseDepayloader
makes, namely that the complete RTP header will be in the first
memory. This leads to such packets being dropped when feeding
them from pcapparse to RTP depayloaders. Use take_buffer() so
we get buffers with a single memory.
2015-07-03 10:30:22 +01:00
..
gstirtspparse.c irtspparse: reflow code to avoid uninitialized variable warning 2015-06-22 10:51:00 +01:00
gstirtspparse.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstpcapparse.c pcapparse: fix another regression 2015-07-03 10:30:22 +01:00
gstpcapparse.h pcapparse: Take buffer directly from the adapter 2015-04-10 20:27:15 -04:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
plugin.c Fix FSF address 2012-11-04 00:09:59 +00:00