webrtcsink: don't set msid-appdata on transceivers

The change was merged inadvertently alongside the display-name
API extension, we will probably eventually expose API on webrtcsink
pads to control that, but we won't just set it to pad.name() anyway.

Fixes #33
This commit is contained in:
Mathieu Duponchelle 2022-03-24 17:44:39 +01:00
parent 70e6227c9a
commit b5443c5966

View file

@ -998,8 +998,6 @@ impl Consumer {
gst_webrtc::WebRTCRTPTransceiverDirection::Sendonly,
);
transceiver.set_property("msid-appdata", stream.sink_pad.name());
transceiver.set_property("codec-preferences", &payloader_caps);
if stream.sink_pad.name().starts_with("video_") {