Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c855 GstRTPBaseDepayload *basedepay; in gst_rtp_base_depayload_chain() local
858 basedepay = GST_RTP_BASE_DEPAYLOAD_CAST (parent); in gst_rtp_base_depayload_chain()
860 bclass = GST_RTP_BASE_DEPAYLOAD_GET_CLASS (basedepay); in gst_rtp_base_depayload_chain()
862 flow_ret = gst_rtp_base_depayload_handle_buffer (basedepay, bclass, in); in gst_rtp_base_depayload_chain()
872 GstRTPBaseDepayload *basedepay; in gst_rtp_base_depayload_chain_list() local
877 basedepay = GST_RTP_BASE_DEPAYLOAD_CAST (parent); in gst_rtp_base_depayload_chain_list()
879 bclass = GST_RTP_BASE_DEPAYLOAD_GET_CLASS (basedepay); in gst_rtp_base_depayload_chain_list()
899 flow_ret = gst_rtp_base_depayload_handle_buffer (basedepay, bclass, buffer); in gst_rtp_base_depayload_chain_list()
/third_party/gstreamer/gstplugins_base/
DChangeLog60085 basedepay: Handle initial gaps and no clock-base
96111 basedepay: remove old fields
109172 basedepay: fix refcounting issue
109472 basedepay: add support for buffer lists in the depayloader
117227 basedepay: clarify some documentation