Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpac3pay.c79 static GstFlowReturn gst_rtp_ac3_pay_flush (GstRtpAC3Pay * rtpac3pay);
84 G_DEFINE_TYPE (GstRtpAC3Pay, gst_rtp_ac3_pay, GST_TYPE_RTP_BASE_PAYLOAD);
122 gst_rtp_ac3_pay_init (GstRtpAC3Pay * rtpac3pay) in gst_rtp_ac3_pay_init()
130 GstRtpAC3Pay *rtpac3pay; in gst_rtp_ac3_pay_finalize()
140 gst_rtp_ac3_pay_reset (GstRtpAC3Pay * pay) in gst_rtp_ac3_pay_reset()
170 GstRtpAC3Pay *rtpac3pay; in gst_rtp_ac3_pay_sink_event()
239 gst_rtp_ac3_pay_flush (GstRtpAC3Pay * rtpac3pay) in gst_rtp_ac3_pay_flush()
351 GstRtpAC3Pay *rtpac3pay; in gst_rtp_ac3_pay_handle_buffer()
452 GstRtpAC3Pay *rtpac3pay; in gst_rtp_ac3_pay_change_state()
Dgstrtpac3pay.h32 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_AC3_PAY,GstRtpAC3Pay))
40 typedef struct _GstRtpAC3Pay GstRtpAC3Pay; typedef