mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 02:03:48 +00:00
rtprecv: fix SSRC collision event sent in wrong direction
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2351>
This commit is contained in:
parent
464d8b6fbb
commit
836045e945
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ impl RtpRecv {
|
||||||
// XXX: Another option is to have us rewrite ssrc's instead of asking upstream to do
|
// XXX: Another option is to have us rewrite ssrc's instead of asking upstream to do
|
||||||
// so.
|
// so.
|
||||||
for ssrc in ssrc_collision {
|
for ssrc in ssrc_collision {
|
||||||
pad.send_event(
|
pad.push_event(
|
||||||
gst::event::CustomUpstream::builder(
|
gst::event::CustomUpstream::builder(
|
||||||
gst::Structure::builder("GstRTPCollision")
|
gst::Structure::builder("GstRTPCollision")
|
||||||
.field("ssrc", ssrc)
|
.field("ssrc", ssrc)
|
||||||
|
|
Loading…
Reference in a new issue