Lines Matching refs:rtpL24depay
74 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpL24depay, "rtpL24depay",
110 gst_rtp_L24_depay_init (GstRtpL24Depay * rtpL24depay) in gst_rtp_L24_depay_init() argument
134 GstRtpL24Depay *rtpL24depay; in gst_rtp_L24_depay_setcaps() local
143 rtpL24depay = GST_RTP_L24_DEPAY (depayload); in gst_rtp_L24_depay_setcaps()
171 info = &rtpL24depay->info; in gst_rtp_L24_depay_setcaps()
182 rtpL24depay->order = order; in gst_rtp_L24_depay_setcaps()
188 GST_ELEMENT_WARNING (rtpL24depay, STREAM, DECODE, in gst_rtp_L24_depay_setcaps()
213 GstRtpL24Depay *rtpL24depay; in gst_rtp_L24_depay_process() local
218 rtpL24depay = GST_RTP_L24_DEPAY (depayload); in gst_rtp_L24_depay_process()
225 GST_DEBUG_OBJECT (rtpL24depay, "got payload of %d bytes", payload_len); in gst_rtp_L24_depay_process()
237 gst_rtp_drop_non_audio_meta (rtpL24depay, outbuf); in gst_rtp_L24_depay_process()
239 if (rtpL24depay->order && in gst_rtp_L24_depay_process()
241 rtpL24depay->info.finfo->format, rtpL24depay->info.channels, in gst_rtp_L24_depay_process()
242 rtpL24depay->info.position, rtpL24depay->order->pos)) { in gst_rtp_L24_depay_process()
251 GST_ELEMENT_WARNING (rtpL24depay, STREAM, DECODE, in gst_rtp_L24_depay_process()
257 GST_ELEMENT_ERROR (rtpL24depay, STREAM, DECODE, in gst_rtp_L24_depay_process()