Searched refs:basedepay (Results 1 – 2 of 2) sorted by relevance
855 GstRTPBaseDepayload *basedepay; in gst_rtp_base_depayload_chain() local858 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() local877 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()
60085 basedepay: Handle initial gaps and no clock-base96111 basedepay: remove old fields109172 basedepay: fix refcounting issue109472 basedepay: add support for buffer lists in the depayloader117227 basedepay: clarify some documentation