Commit bd22872
[GStreamer][WebRTC] Minor improvements in incoming track processor
https://bugs.webkit.org/show_bug.cgi?id=276988
Reviewed by Xabier Rodriguez-Calvar.
The msid information can be present in the pad caps, so when that's the case inspecting the SDP is
not required. Also we now send the force-key-unit event only for video tracks.
* Source/WebCore/platform/mediastream/gstreamer/GStreamerIncomingTrackProcessor.cpp:
(WebCore::GStreamerIncomingTrackProcessor::configure):
(WebCore::GStreamerIncomingTrackProcessor::incomingTrackProcessor):
Canonical link: https://commits.webkit.org/281286@main1 parent 18da406 commit bd22872
File tree
1 file changed
+18
-3
lines changed- Source/WebCore/platform/mediastream/gstreamer
1 file changed
+18
-3
lines changedLines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
57 | 70 | | |
58 | 71 | | |
59 | 72 | | |
| |||
128 | 141 | | |
129 | 142 | | |
130 | 143 | | |
131 | | - | |
132 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
133 | 148 | | |
134 | 149 | | |
135 | 150 | | |
| |||
0 commit comments