Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecdec.c98 G_DEFINE_TYPE (GstRtpUlpFecDec, gst_rtp_ulpfec_dec, GST_TYPE_ELEMENT);
103 ((GstRtpUlpFecDec *)dec)->info_arr, \
118 gst_rtp_ulpfec_dec_start (GstRtpUlpFecDec * self, GstBufferList * buflist, in gst_rtp_ulpfec_dec_start()
168 gst_rtp_ulpfec_dec_stop (GstRtpUlpFecDec * self) in gst_rtp_ulpfec_dec_stop()
179 gst_rtp_ulpfec_dec_get_media_buffers_mask (GstRtpUlpFecDec * self, in gst_rtp_ulpfec_dec_get_media_buffers_mask()
195 gst_rtp_ulpfec_dec_is_recovered_pt_valid (GstRtpUlpFecDec * self, gint media_pt, in gst_rtp_ulpfec_dec_is_recovered_pt_valid()
211 gst_rtp_ulpfec_dec_recover_from_fec (GstRtpUlpFecDec * self, in gst_rtp_ulpfec_dec_recover_from_fec()
280 gst_rtp_ulpfec_dec_recover_from_storage (GstRtpUlpFecDec * self, in gst_rtp_ulpfec_dec_recover_from_storage()
322 gst_rtp_ulpfec_dec_recover (GstRtpUlpFecDec * self, guint32 ssrc, gint media_pt, in gst_rtp_ulpfec_dec_recover()
377 GstRtpUlpFecDec *self = GST_RTP_ULPFEC_DEC (parent); in gst_rtp_ulpfec_dec_chain()
[all …]
Dgstrtpulpfecdec.h33 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_ULPFEC_DEC,GstRtpUlpFecDec))
41 typedef struct _GstRtpUlpFecDec GstRtpUlpFecDec; typedef