Lines Matching refs:rtpbin
105 GstCaps* (*request_pt_map) (GstRtpBin *rtpbin, guint session, guint pt);
107 void (*payload_type_change) (GstRtpBin *rtpbin, guint session, guint pt);
109 …void (*new_jitterbuffer) (GstRtpBin *rtpbin, GstElement *jitterbuffer, guint session, g…
111 void (*new_storage) (GstRtpBin *rtpbin, GstElement *jitterbuffer, guint session);
114 void (*clear_pt_map) (GstRtpBin *rtpbin);
115 void (*reset_sync) (GstRtpBin *rtpbin);
116 GstElement* (*get_session) (GstRtpBin *rtpbin, guint session);
117 RTPSession* (*get_internal_session) (GstRtpBin *rtpbin, guint session);
118 GstElement* (*get_storage) (GstRtpBin *rtpbin, guint session);
119 GObject* (*get_internal_storage) (GstRtpBin *rtpbin, guint session);
120 void (*clear_ssrc) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
123 void (*on_new_ssrc) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
124 void (*on_ssrc_collision) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
125 void (*on_ssrc_validated) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
126 void (*on_ssrc_active) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
127 void (*on_ssrc_sdes) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
128 void (*on_bye_ssrc) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
129 void (*on_bye_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
130 void (*on_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
131 void (*on_sender_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
132 void (*on_npt_stop) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
134 GstElement* (*request_rtp_encoder) (GstRtpBin *rtpbin, guint session);
135 GstElement* (*request_rtp_decoder) (GstRtpBin *rtpbin, guint session);
136 GstElement* (*request_rtcp_encoder) (GstRtpBin *rtpbin, guint session);
137 GstElement* (*request_rtcp_decoder) (GstRtpBin *rtpbin, guint session);
139 GstElement* (*request_aux_sender) (GstRtpBin *rtpbin, guint session);
140 GstElement* (*request_aux_receiver) (GstRtpBin *rtpbin, guint session);
142 GstElement* (*request_fec_encoder) (GstRtpBin *rtpbin, guint session);
143 GstElement* (*request_fec_decoder) (GstRtpBin *rtpbin, guint session);
145 GstElement* (*request_jitterbuffer) (GstRtpBin *rtpbin, guint session);
147 void (*on_new_sender_ssrc) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
148 void (*on_sender_ssrc_active) (GstRtpBin *rtpbin, guint session, guint32 ssrc);
153 GST_ELEMENT_REGISTER_DECLARE (rtpbin);