• Home
  • Raw
  • Download

Lines Matching refs:rtpbuffer

548 	  rtpbuffer: The out args for rtp extension data are optional
2777 rtpbuffer: Add gst_rtp_buffer_remove_extension_data()
4044 rtpbuffer: make sure header extension buffer is initialized
9717 rtpbuffer: add_extension_onebyte_header: fix the proper wordlen
9727 rtpbuffer: get_onebyte_header_end_offset: allow 0 offset
10314 rtpbuffer: add gst_rtp_buffer_get_extension_onebyte_header_from_bytes
21285 rtpbuffer.h: Add new RTPBuffer flags
46689 rtpbuffer: Fix ensure_buffers() if whole packet is in one GstMemory
48122 rtpbuffer: Add buffer flag RETRANSMISSION
48716 rtpbuffer: Add some const qualifiers
53546 rtpbasedepay: when setting discont flag make sure rtpbuffer is current
53547 Depayloaders will look at rtpbuffer->buffer for the discont flag.
53549 and we have to make the buffer writable, make sure the rtpbuffer
54791 rtpbuffer: Add map flag to skip padding
54803 Revert "rtpbuffer: increase logging level when map fails"
54810 rtpbuffer: increase logging level when map fails
56357 rtpbuffer: avoid accessing NULL buffer even more
56365 unmap will set rtpbuffer->buffer to NULL, so we need to
58227 rtpbuffer: optimise payload mapping for buffers with one memory
60961rtpbuffer: Link to an explanation why the seqnum comparison function does the right thing even for…
65040 rtpbuffer: add a const where appropriate
68671 rtpbuffer: avoid underflow in size calculation
68773 rtpbuffer: fix memory leak when gst_rtp_buffer_map fails
71222 rtpbuffer: Allow subbuffering of empty buffers
71585 rtpbuffer: Fix gst_rtp_buffer_ext_timestamp() with clang 5 on iOS/ARM
72377 rtpbuffer: check for valid payload type
74282 rtpbuffer: add gst_rtp_buffer_get_payload_bytes
78138 rtpbuffer: protect against empty buffers
81601 rtpbuffer: use proper format for gsize
86222 rtpbuffer: removed old memory
86322 rtpbuffer: keep more state
92513 rtpbuffer: add GST_RTP_BUFFER_INIT to initialize RTP buffers on the stack
95632 rtpbuffer: Fix compilation issues with gcc 4.6.1
107273 rtpbuffer: Off-by-one error when creating RTP header extensions with a two-byte header
109458 rtpbuffer: relax arrangement for RTP bufferlists
111131 rtpbuffer: Add function to transform a GstBuffer into a GstBufferList
111141 rtpbuffer: Add functions to add RFC 5285 header extensions to GstBufferLists
111150 rtpbuffer: Add function to read RFC 5285 header extensions from GstBufferLists
111162 rtpbuffer: Add function to add RTP header extensions with a two bytes header
111169 rtpbuffer: Add function to append RFC 5285 one byte header extensions
111176 rtpbuffer: Add function to parse RFC 5285 header extensions
123742 rtpbuffer: use new convenience functions