mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
update for RTP buffer api changes
This commit is contained in:
parent
945ed74ebe
commit
3371297afc
1 changed files with 0 additions and 4 deletions
|
@ -407,9 +407,6 @@ gst_rtp_dtmf_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
|
|||
|
||||
rtpdtmfdepay = GST_RTP_DTMF_DEPAY (depayload);
|
||||
|
||||
if (!gst_rtp_buffer_validate (buf))
|
||||
goto bad_packet;
|
||||
|
||||
gst_rtp_buffer_map (buf, GST_MAP_READ, &rtpbuffer);
|
||||
|
||||
payload_len = gst_rtp_buffer_get_payload_len (&rtpbuffer);
|
||||
|
@ -423,7 +420,6 @@ gst_rtp_dtmf_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
|
|||
if (dtmf_payload.event > MAX_EVENT)
|
||||
goto bad_packet;
|
||||
|
||||
|
||||
marker = gst_rtp_buffer_get_marker (&rtpbuffer);
|
||||
|
||||
timestamp = gst_rtp_buffer_get_timestamp (&rtpbuffer);
|
||||
|
|
Loading…
Reference in a new issue