Commit 58faee6
Do not use get_mime_codec for <1.20.0 https://bugs.webkit.org/show_bug.cgi?id=294205
Reviewed by Philippe Normand.
gst_codec_utils_caps_get_mime_codec is not available before 1.20.0, so
compile it out conditionally, using tryAutoPlug in that case.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::configureParsebin):
Canonical link: https://commits.webkit.org/296032@main1 parent 4325332 commit 58faee6
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2517 | 2517 | | |
2518 | 2518 | | |
2519 | 2519 | | |
2520 | | - | |
2521 | 2520 | | |
2522 | 2521 | | |
2523 | 2522 | | |
| |||
2534 | 2533 | | |
2535 | 2534 | | |
2536 | 2535 | | |
| 2536 | + | |
| 2537 | + | |
2537 | 2538 | | |
2538 | 2539 | | |
2539 | 2540 | | |
| |||
2546 | 2547 | | |
2547 | 2548 | | |
2548 | 2549 | | |
| 2550 | + | |
2549 | 2551 | | |
2550 | 2552 | | |
2551 | 2553 | | |
| |||
0 commit comments