Lines Matching refs:depay
45 static gboolean gst_rtp_vp8_depay_handle_event (GstRTPBaseDepayload * depay,
47 static gboolean gst_rtp_vp8_depay_packet_lost (GstRTPBaseDepayload * depay,
284 gst_rtp_vp8_depay_process (GstRTPBaseDepayload * depay, GstRTPBuffer * rtp) in gst_rtp_vp8_depay_process() argument
286 GstRtpVP8Depay *self = GST_RTP_VP8_DEPAY (depay); in gst_rtp_vp8_depay_process()
306 gst_pad_push_event (GST_RTP_BASE_DEPAYLOAD_SINKPAD (depay), in gst_rtp_vp8_depay_process()
344 GST_LOG_OBJECT (depay, in gst_rtp_vp8_depay_process()
353 GST_DEBUG_OBJECT (depay, "Incomplete frame, flushing adapter"); in gst_rtp_vp8_depay_process()
365 GST_DEBUG_OBJECT (depay, in gst_rtp_vp8_depay_process()
374 GST_LOG_OBJECT (depay, "Found the start of the frame"); in gst_rtp_vp8_depay_process()
393 GST_LOG_OBJECT (depay, in gst_rtp_vp8_depay_process()
416 gst_pad_push_event (GST_RTP_BASE_DEPAYLOAD_SINKPAD (depay), in gst_rtp_vp8_depay_process()
442 gst_pad_set_caps (GST_RTP_BASE_DEPAYLOAD_SRCPAD (depay), srccaps); in gst_rtp_vp8_depay_process()
497 gst_rtp_vp8_depay_handle_event (GstRTPBaseDepayload * depay, GstEvent * event) in gst_rtp_vp8_depay_handle_event() argument
499 GstRtpVP8Depay *self = GST_RTP_VP8_DEPAY (depay); in gst_rtp_vp8_depay_handle_event()
516 (gst_rtp_vp8_depay_parent_class)->handle_event (depay, event); in gst_rtp_vp8_depay_handle_event()
520 gst_rtp_vp8_depay_packet_lost (GstRTPBaseDepayload * depay, GstEvent * event) in gst_rtp_vp8_depay_packet_lost() argument
522 GstRtpVP8Depay *self = GST_RTP_VP8_DEPAY (depay); in gst_rtp_vp8_depay_packet_lost()
534 GST_DEBUG_OBJECT (depay, "Stopping lost event %" GST_PTR_FORMAT, event); in gst_rtp_vp8_depay_packet_lost()
557 (gst_rtp_vp8_depay_parent_class)->packet_lost (depay, event); in gst_rtp_vp8_depay_packet_lost()