rtpbuffer: add a const where appropriate

This commit is contained in:
Vincent Penquerc'h 2014-10-03 12:28:30 +01:00
parent 5d1376cefa
commit 20344f6dc9

View file

@ -1520,7 +1520,7 @@ gst_rtp_buffer_add_extension_onebyte_header (GstRTPBuffer * rtp, guint8 id,
static guint
get_twobytes_header_end_offset (guint8 * pdata, guint wordlen)
get_twobytes_header_end_offset (const guint8 * pdata, guint wordlen)
{
guint offset = 0;
guint bytelen = wordlen * 4;