Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxsend.h34 typedef struct _GstRtpRtxSendClass GstRtpRtxSendClass; typedef
38 …_RTX_SEND_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_RTX_SEND, GstRtpRtxSendClass))
39 …_SEND_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_RTP_RTX_SEND, GstRtpRtxSendClass))
Dgstrtprtxsend.c156 gst_rtp_rtx_send_class_init (GstRtpRtxSendClass * klass) in gst_rtp_rtx_send_class_init()