Skip to content

webrtcbin: deduplicate extmaps

Mathieu Duponchelle requested to merge meh/gstreamer:webrtcbin-dedup-extmap into main

When an extmap is defined twice for the same ID, firefox complains and errors out (chrome is smart enough to accept strict duplicates).

To work around this, we deduplicate extmap attributes, and also error out when a different extmap is defined for the same ID.

Merge request reports