Searched refs:GstRistRtxSend (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxsend.c | 109 static void gst_rist_rtx_send_src_loop (GstRistRtxSend * rtx); 122 G_DEFINE_TYPE_WITH_CODE (GstRistRtxSend, gst_rist_rtx_send, GST_TYPE_ELEMENT, 224 gst_rist_rtx_send_reset (GstRistRtxSend * rtx) in gst_rist_rtx_send_reset() 238 GstRistRtxSend *rtx = GST_RIST_RTX_SEND (object); in gst_rist_rtx_send_finalize() 248 gst_rist_rtx_send_init (GstRistRtxSend * rtx) in gst_rist_rtx_send_init() 287 gst_rist_rtx_send_set_flushing (GstRistRtxSend * rtx, gboolean flush) in gst_rist_rtx_send_set_flushing() 312 gst_rist_rtx_send_push_out (GstRistRtxSend * rtx, gpointer object) in gst_rist_rtx_send_push_out() 333 gst_rist_rtx_send_get_ssrc_data (GstRistRtxSend * rtx, guint32 ssrc) in gst_rist_rtx_send_get_ssrc_data() 360 gst_rtp_rist_buffer_new (GstRistRtxSend * rtx, GstBuffer * buffer, guint32 ssrc) in gst_rtp_rist_buffer_new() 385 GstRistRtxSend *rtx = GST_RIST_RTX_SEND (parent); in gst_rist_rtx_send_src_event() [all …]
|
D | gstrist.h | 36 …e GST_RIST_RTX_SEND(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RIST_RTX_SEND, GstRistRtxSend)) 37 typedef struct _GstRistRtxSend GstRistRtxSend; typedef 82 void gst_rist_rtx_send_set_extseqnum (GstRistRtxSend *self, guint32 ssrc, 84 void gst_rist_rtx_send_clear_extseqnum (GstRistRtxSend *self, guint32 ssrc);
|