diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-07-17 16:35:06 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-07-17 16:41:36 +0200 |
commit | 11a494d5c966148c61929d5d887df3d0815f3021 (patch) | |
tree | 91067dad44b9ff5d9e4f04538b108c5c082cdfe6 /docs/libs | |
parent | 5d82addc2f53219708544871129c467d74a0731a (diff) |
rtp: Add support for multiple memory blocks in RTP
Add support RTP buffers with multiple memory blocks. We allow one block for the
header, one for the extension data, N for data and one memory block for the
padding.
Remove the validate function, we validate now when we map because we need to
parse things in order to map multiple memory blocks.
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 41a1d001c..069c3d9bc 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1190,9 +1190,6 @@ gst_rtp_buffer_calc_header_len gst_rtp_buffer_calc_packet_len gst_rtp_buffer_calc_payload_len -gst_rtp_buffer_validate -gst_rtp_buffer_validate_data - gst_rtp_buffer_set_packet_len gst_rtp_buffer_get_packet_len |