diff --git a/net/rtp/src/rtpbin2/rtprecv.rs b/net/rtp/src/rtpbin2/rtprecv.rs index f3074aa0e..5ef4f8f45 100644 --- a/net/rtp/src/rtpbin2/rtprecv.rs +++ b/net/rtp/src/rtpbin2/rtprecv.rs @@ -824,7 +824,7 @@ impl RtpRecv { // XXX: Another option is to have us rewrite ssrc's instead of asking upstream to do // so. for ssrc in ssrc_collision { - pad.send_event( + pad.push_event( gst::event::CustomUpstream::builder( gst::Structure::builder("GstRTPCollision") .field("ssrc", ssrc)