mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:56:14 +00:00
omxvideodec: fixes 'port' may be used uninitialized in this function
This commit is contained in:
parent
4974f75d91
commit
9de6308382
1 changed files with 1 additions and 0 deletions
|
@ -1628,6 +1628,7 @@ gst_omx_video_dec_reconfigure_output_port (GstOMXVideoDec * self)
|
||||||
|
|
||||||
if (self->eglimage) {
|
if (self->eglimage) {
|
||||||
/* Nothing to do here, we could however fall back to non-EGLImage in theory */
|
/* Nothing to do here, we could however fall back to non-EGLImage in theory */
|
||||||
|
port = self->egl_out_port;
|
||||||
err = OMX_ErrorNone;
|
err = OMX_ErrorNone;
|
||||||
goto enable_port;
|
goto enable_port;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue