mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
avviddec: Re-enable direct rendering
This commit is contained in:
parent
3b6c656e25
commit
2e621f8dbf
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ gst_ffmpegviddec_get_buffer2 (AVCodecContext * context, AVFrame * picture,
|
|||
FALSE)))
|
||||
goto negotiate_failed;
|
||||
|
||||
if (TRUE || !ffmpegdec->current_dr)
|
||||
if (!ffmpegdec->current_dr)
|
||||
goto no_dr;
|
||||
|
||||
ret =
|
||||
|
|
Loading…
Reference in a new issue