Searched refs:rtpL16pay (Results 1 – 3 of 3) sorted by relevance
122 gst_rtp_L16_pay_init (GstRtpL16Pay * rtpL16pay) in gst_rtp_L16_pay_init() argument126 rtpbaseaudiopayload = GST_RTP_BASE_AUDIO_PAYLOAD (rtpL16pay); in gst_rtp_L16_pay_init()135 GstRtpL16Pay *rtpL16pay; in gst_rtp_L16_pay_setcaps() local143 rtpL16pay = GST_RTP_L16_PAY (basepayload); in gst_rtp_L16_pay_setcaps()145 info = &rtpL16pay->info; in gst_rtp_L16_pay_setcaps()151 rtpL16pay->order = order; in gst_rtp_L16_pay_setcaps()158 GST_ELEMENT_WARNING (rtpL16pay, STREAM, DECODE, in gst_rtp_L16_pay_setcaps()183 GST_DEBUG_OBJECT (rtpL16pay, "invalid caps"); in gst_rtp_L16_pay_setcaps()242 GstRtpL16Pay *rtpL16pay; in gst_rtp_L16_pay_handle_buffer() local244 rtpL16pay = GST_RTP_L16_PAY (basepayload); in gst_rtp_L16_pay_handle_buffer()[all …]
2967 <FILE>element-rtpL16pay</FILE>2968 <TITLE>rtpL16pay</TITLE>
93580 rtpL16pay: convert to baseaudiopayload111001 gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484.111006 Implement getcaps in rtpL16pay. Fixes #556484.