Home
last modified time | relevance | path

Searched refs:rtpL24depay (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
DgstrtpL24depay.c74 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()
[all …]
Dgstrtpelements.h90 GST_ELEMENT_REGISTER_DECLARE (rtpL24depay);
Dgstrtp.c90 ret |= GST_ELEMENT_REGISTER (rtpL24depay, plugin); in plugin_init()