GNOME Bugzilla – Bug 562455
[farsight rtpmux] : get ssrc from src peer pad
Last modified: 2009-02-11 00:09:47 UTC
I have got the following pipeline +-------+ +--------+ |pcmapay+----> | +-------+ | | +---------+ |dtmfmux +---->gstrtpbin| +-------+ | | +---------+ |dtmfsrc+----> | +-------+ +--------+ My problem is related to ssrc. gstrtpbin is complaining about ssrc which has to be updated. (rtpsource.c:1129) gstrtpbin manages its private ssrc to apply to sent packets and expects upstream payloader to build packets with this ssrc. To sync ssrc between rtpbin and payloader, gstbasertppayload gets ssrc in src pad peer caps. The problem is that dtmfmux does not. Here is a patch to fix rtpmux.
Created attachment 123552 [details] [review] rtpmux : get ssrc from src peer caps
oh, please file bugs for farsight on bugs.freedesktop.org.
Sorry ! What about migration from farsight to plugins-bad for dtmfsrc and dtmfmux ? http://bugzilla.gnome.org/show_bug.cgi?id=549645
yes, merge would be fine. I didn't remember a request for that was already in bugzilla. you could make this bug depend on Bug #549645 too.