Commit 986cafd
committed
src/player/mpvplayer: fix returning node with null texture
If mpv's render didn't have a texture ready for updatePaintNode, it
would return a null texture. This fixes the issue by calling the base
class implementation of updatePaintNode. This isn't visible to the user,
but it does save the trouble of having an error printed to console and
handled by Qt.1 parent 8842b0d commit 986cafd
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
| 652 | + | |
654 | 653 | | |
655 | 654 | | |
656 | 655 | | |
| |||
680 | 679 | | |
681 | 680 | | |
682 | 681 | | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
683 | 686 | | |
684 | 687 | | |
685 | 688 | | |
| |||
0 commit comments