mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtpsession: Emit on-new-sender-ssrc for RTX ssrc also
This commit is contained in:
parent
6530fa53f2
commit
b88a3abf46
1 changed files with 4 additions and 0 deletions
|
@ -3032,6 +3032,10 @@ rtp_session_update_send_caps (RTPSession * sess, GstCaps * caps)
|
|||
obtain_internal_source (sess, ssrc, &created, GST_CLOCK_TIME_NONE);
|
||||
if (source) {
|
||||
rtp_source_update_caps (source, caps);
|
||||
|
||||
if (created)
|
||||
on_new_sender_ssrc (sess, source);
|
||||
|
||||
g_object_unref (source);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue