rtpmpvpay: Fix RTP buffer allocation in rtpmpvpay
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 29 Aug 2013 11:15:15 +0000 (13:15 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 29 Aug 2013 11:15:15 +0000 (13:15 +0200)
commitd851b8a8b48620c282b0d22f3622f2941ab80dfb
tree31fa10c2f52c6089d26813c13c2ab986fd927f4c
parentf7528d274b56f38a93461cb6f10bdf9775d52ba8
rtpmpvpay: Fix RTP buffer allocation in rtpmpvpay

RTP buffer allocation should not be done with padding for the specific MPEG2
header as the padding is done at the end of the buffer and the last byte is
the size of the padding.

https://bugzilla.gnome.org/show_bug.cgi?id=706970
gst/rtp/gstrtpmpvpay.c