Lines Matching refs:rtpL16depay
85 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpL16depay, "rtpL16depay",
120 gst_rtp_L16_depay_init (GstRtpL16Depay * rtpL16depay) in gst_rtp_L16_depay_init() argument
144 GstRtpL16Depay *rtpL16depay; in gst_rtp_L16_depay_setcaps() local
153 rtpL16depay = GST_RTP_L16_DEPAY (depayload); in gst_rtp_L16_depay_setcaps()
193 info = &rtpL16depay->info; in gst_rtp_L16_depay_setcaps()
204 rtpL16depay->order = order; in gst_rtp_L16_depay_setcaps()
210 GST_ELEMENT_WARNING (rtpL16depay, STREAM, DECODE, in gst_rtp_L16_depay_setcaps()
235 GstRtpL16Depay *rtpL16depay; in gst_rtp_L16_depay_process() local
241 rtpL16depay = GST_RTP_L16_DEPAY (depayload); in gst_rtp_L16_depay_process()
248 GST_DEBUG_OBJECT (rtpL16depay, "got payload of %d bytes", payload_len); in gst_rtp_L16_depay_process()
259 info = &rtpL16depay->info; in gst_rtp_L16_depay_process()
264 if (rtpL16depay->order && in gst_rtp_L16_depay_process()
267 info->position, rtpL16depay->order->pos)) { in gst_rtp_L16_depay_process()
271 gst_rtp_drop_non_audio_meta (rtpL16depay, outbuf); in gst_rtp_L16_depay_process()
278 GST_ELEMENT_WARNING (rtpL16depay, STREAM, DECODE, in gst_rtp_L16_depay_process()
284 GST_ELEMENT_WARNING (rtpL16depay, STREAM, DECODE, in gst_rtp_L16_depay_process()
291 GST_ELEMENT_ERROR (rtpL16depay, STREAM, DECODE, in gst_rtp_L16_depay_process()