mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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)))
|
FALSE)))
|
||||||
goto negotiate_failed;
|
goto negotiate_failed;
|
||||||
|
|
||||||
if (TRUE || !ffmpegdec->current_dr)
|
if (!ffmpegdec->current_dr)
|
||||||
goto no_dr;
|
goto no_dr;
|
||||||
|
|
||||||
ret =
|
ret =
|
||||||
|
|
Loading…
Reference in a new issue