Home
last modified time | relevance | path

Searched refs:ret_mem (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c261 GstMemory *ret_mem; in rtp_ulpfec_bitstring_to_media_rtp_buffer() local
267 ret_mem = gst_allocator_alloc (NULL, MIN_RTP_HEADER_LEN + payload_len, NULL); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
268 gst_memory_map (ret_mem, &ret_info, GST_MAP_READWRITE); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
279 gst_memory_unmap (ret_mem, &ret_info); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
281 gst_buffer_append_memory (ret, ret_mem); in rtp_ulpfec_bitstring_to_media_rtp_buffer()