Skip to content

rtpssrcdemux: set different stream-id on each src pad

Guillaume Desmottes requested to merge gdesmott/gstreamer:webrtc-stream-id into main

All the RTP src pads were sharing the same stream-id while each actually carry a different stream.

This was causing problem for example when funneling the streams together and then trying to split them using 'streamiddemux'.

Merge request reports