Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxqueue.h35 …X_QUEUE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_RTX_QUEUE, GstRTPRtxQueueClass))
36 …EUE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_RTP_RTX_QUEUE, GstRTPRtxQueueClass))
40 typedef struct _GstRTPRtxQueueClass GstRTPRtxQueueClass; typedef
Dgstrtprtxqueue.c132 gst_rtp_rtx_queue_class_init (GstRTPRtxQueueClass * klass) in gst_rtp_rtx_queue_class_init()