Home
last modified time | relevance | path

Searched refs:GstRtpKlvDepay (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpklvdepay.c62 G_DEFINE_TYPE (GstRtpKlvDepay, gst_rtp_klv_depay, GST_TYPE_RTP_BASE_DEPAYLOAD);
77 static void gst_rtp_klv_depay_reset (GstRtpKlvDepay * klvdepay);
109 gst_rtp_klv_depay_init (GstRtpKlvDepay * klvdepay) in gst_rtp_klv_depay_init()
117 GstRtpKlvDepay *klvdepay; in gst_rtp_klv_depay_finalize()
128 gst_rtp_klv_depay_reset (GstRtpKlvDepay * klvdepay) in gst_rtp_klv_depay_reset()
216 gst_rtp_klv_depay_process_data (GstRtpKlvDepay * klvdepay) in gst_rtp_klv_depay_process_data()
280 GstRtpKlvDepay *klvdepay = GST_RTP_KLV_DEPAY (depayload); in gst_rtp_klv_depay_process()
369 GstRtpKlvDepay *klvdepay; in gst_rtp_klv_depay_change_state()
Dgstrtpklvdepay.h33 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_KLV_DEPAY,GstRtpKlvDepay))
41 typedef struct _GstRtpKlvDepay GstRtpKlvDepay; typedef