GNOME Bugzilla – Bug 604100
rtpmux: add seqnum-base to the buffer-caps
Last modified: 2009-12-09 14:53:24 UTC
Created attachment 149359 [details] [review] patch Needed to to proper caps-nego with payloaders.
This patch does not make sense. * doing make_writable on each passing buffer without making the buffer metadata writable is very bad. * right after setting the buffer caps, they get overwritten again by padpriv->outcaps, which contains the seqnum-base because it was added in setcaps(). what's the plan here?
No plan. The patch was for an older version, and I had not registered that seqnum-base now is part of the caps. Please disregard :)