mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-06-06 07:28:58 +00:00
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:
parent
70e6227c9a
commit
b5443c5966
1 changed files with 0 additions and 2 deletions
|
@ -998,8 +998,6 @@ impl Consumer {
|
||||||
gst_webrtc::WebRTCRTPTransceiverDirection::Sendonly,
|
gst_webrtc::WebRTCRTPTransceiverDirection::Sendonly,
|
||||||
);
|
);
|
||||||
|
|
||||||
transceiver.set_property("msid-appdata", stream.sink_pad.name());
|
|
||||||
|
|
||||||
transceiver.set_property("codec-preferences", &payloader_caps);
|
transceiver.set_property("codec-preferences", &payloader_caps);
|
||||||
|
|
||||||
if stream.sink_pad.name().starts_with("video_") {
|
if stream.sink_pad.name().starts_with("video_") {
|
||||||
|
|
Loading…
Reference in a new issue