Searched refs:rtpL24depay (Results 1 – 3 of 3) sorted by relevance
74 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (rtpL24depay, "rtpL24depay",110 gst_rtp_L24_depay_init (GstRtpL24Depay * rtpL24depay) in gst_rtp_L24_depay_init() argument134 GstRtpL24Depay *rtpL24depay; in gst_rtp_L24_depay_setcaps() local143 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() local218 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()[all …]
90 GST_ELEMENT_REGISTER_DECLARE (rtpL24depay);
90 ret |= GST_ELEMENT_REGISTER (rtpL24depay, plugin); in plugin_init()