summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pdepay.c
diff options
context:
space:
mode:
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2006-09-20 19:37:45 +0000
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2006-09-20 19:37:45 +0000
commitf1533c55045bffbb9716ddd5df348ceff7213fbd (patch)
tree6acaf1750ced42b129a4b4fe7b76bb15bfa20210 /gst/rtp/gstrtph263pdepay.c
parente28d3b2a92e55ec9b24ba5a2aabf74460d327221 (diff)
gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into account MTU and
Original commit message from CVS: * gst/rtp/gstrtph263pdepay.c: * gst/rtp/gstrtph263ppay.c: Correctly calculate size of each H263+ RTP buffer taking into account MTU and RTP header.
Diffstat (limited to 'gst/rtp/gstrtph263pdepay.c')
-rw-r--r--gst/rtp/gstrtph263pdepay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph263pdepay.c b/gst/rtp/gstrtph263pdepay.c
index 5494c260..fcca8416 100644
--- a/gst/rtp/gstrtph263pdepay.c
+++ b/gst/rtp/gstrtph263pdepay.c
@@ -205,6 +205,7 @@ gst_rtp_h263p_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
payload[header_len + 1] = 0;
}
+ /* FIXME do not ignore the VRC header (See RFC 2429 section 4.2) */
/* strip off header */
payload += header_len;
payload_len -= header_len;