GNOME Bugzilla – Bug 752491
rtpmux: handle different ssrc's on sinkpads
Last modified: 2015-07-16 20:47:59 UTC
It currently fails if two upstream paths reports different SSRCs on a caps-query. https://github.com/pexip/gst-plugins-good/commit/69f1c09076b4a7118447a951a80cfe920c457e66.patch
I re-wrote your patch to forward the clock rate restriction as a filter, but not the ssrc. Please double check that it doesn't break anything else! commit 764bbf99a821e6c4c319b69fd3794a7d37df852e Author: Havard Graff <havard.graff@gmail.com> Date: Thu Jul 16 15:12:17 2015 +0200 rtpmux: handle different ssrc's on sinkpads Do this by not putting the ssrc from the src pads in the caps used to probe other sinkpads, and then intersecting with it later. https://bugzilla.gnome.org/show_bug.cgi?id=752491