GNOME Bugzilla – Bug 604101
rtpmux: update the current_ssrc from the caps
Last modified: 2009-12-14 19:53:15 UTC
Created attachment 149360 [details] [review] patch .
*** Bug 604102 has been marked as a duplicate of this bug. ***
Please fix the email address... commit 397da3535019669ebc28398f4a23153dc59a8c24 Author: unknown <havard.graff@.eu.tandberg.int> Date: Wed Nov 18 16:38:33 2009 +0100 rtpmux: update the current_ssrc from the caps Fixes #604101
The reason this is not currently done is that there could be different SSRCs from the different sink pads. And the muxer will have to modify the header anyway to change the seqnum. That said, we may want to have something to fetch the SSRC from the src pad (do a gst_pad_peer_get_caps() in the setcaps and check if there is a SSRC in there or something).
Something like https://bugzilla.gnome.org/show_bug.cgi?id=596072 ? Just like it is done for basertppayload ?
Yea, something like that.