Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecdec.c377 GstRtpUlpFecDec *self = GST_RTP_ULPFEC_DEC (parent); in gst_rtp_ulpfec_dec_chain()
473 GstRtpUlpFecDec *self = GST_RTP_ULPFEC_DEC (parent); in gst_rtp_ulpfec_dec_handle_sink_event()
596 GstRtpUlpFecDec *self = GST_RTP_ULPFEC_DEC (obj); in gst_rtp_ulpfec_dec_dispose()
632 GstRtpUlpFecDec *self = GST_RTP_ULPFEC_DEC (object); in gst_rtp_ulpfec_dec_set_property()
655 GstRtpUlpFecDec *self = GST_RTP_ULPFEC_DEC (object); in gst_rtp_ulpfec_dec_get_property()
Dgstrtpulpfecdec.h32 #define GST_RTP_ULPFEC_DEC(obj) \ macro