gboolean
gst_rtp_buffer_add_extension_onebyte_header (GstRTPBuffer * rtp, guint8 id,
- gpointer data, guint size)
+ gconstpointer data, guint size)
{
guint16 bits;
guint8 *pdata = 0;
gboolean
gst_rtp_buffer_add_extension_twobytes_header (GstRTPBuffer * rtp,
- guint8 appbits, guint8 id, gpointer data, guint size)
+ guint8 appbits, guint8 id, gconstpointer data, guint size)
{
guint16 bits;
guint8 *pdata = 0;
gboolean gst_rtp_buffer_add_extension_onebyte_header (GstRTPBuffer *rtp,
guint8 id,
- gpointer data,
+ gconstpointer data,
guint size);
gboolean gst_rtp_buffer_add_extension_twobytes_header (GstRTPBuffer *rtp,
guint8 appbits,
guint8 id,
- gpointer data,
+ gconstpointer data,
guint size);
/**