Commit 18da406
[MediaStream][GStreamer] Hardware decoder/sinks do not have src pads
https://bugs.webkit.org/show_bug.cgi?id=276170
Reviewed by Philippe Normand.
In the MediaStream use case, we are trying to get decoder stats from a pad probe at the src pad of the video decoder.
The problem comes with the decoder/sink elements that don't have one because they are the end of the pipeline.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::configureVideoDecoder):
Canonical link: https://commits.webkit.org/280622@main1 parent d2b1a82 commit 18da406
File tree
1 file changed
+4
-0
lines changed- Source/WebCore/platform/graphics/gstreamer
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3042 | 3042 | | |
3043 | 3043 | | |
3044 | 3044 | | |
| 3045 | + | |
| 3046 | + | |
| 3047 | + | |
| 3048 | + | |
3045 | 3049 | | |
3046 | 3050 | | |
3047 | 3051 | | |
| |||
0 commit comments