Searched refs:sbcpay (Results 1 – 2 of 2) sorted by relevance
101 GstRtpSBCPay *sbcpay; in gst_rtp_sbc_pay_set_caps() local107 sbcpay = GST_RTP_SBC_PAY (payload); in gst_rtp_sbc_pay_set_caps()128 sbcpay->frame_length = frame_len; in gst_rtp_sbc_pay_set_caps()129 sbcpay->frame_duration = ((blocks * subbands) * GST_SECOND) / rate; in gst_rtp_sbc_pay_set_caps()130 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()140 gst_rtp_sbc_pay_drain_buffers (GstRtpSBCPay * sbcpay) in gst_rtp_sbc_pay_drain_buffers() argument151 if (sbcpay->frame_length == 0) { in gst_rtp_sbc_pay_drain_buffers()152 GST_ERROR_OBJECT (sbcpay, "Frame length is 0"); in gst_rtp_sbc_pay_drain_buffers()157 available = gst_adapter_available (sbcpay->adapter); in gst_rtp_sbc_pay_drain_buffers()160 gst_rtp_buffer_calc_payload_len (GST_RTP_BASE_PAYLOAD_MTU (sbcpay) - in gst_rtp_sbc_pay_drain_buffers()[all …]
40820 sbcpay: Attach payload directly to the output instead of copying