GNOME Bugzilla – Bug 790979
omxvideodec: retrieve OMX_IndexParamVideoPortFormat before setting it
Last modified: 2017-11-29 17:42:27 UTC
.
Created attachment 364617 [details] [review] omxvideodec: retrieve OMX_IndexParamVideoPortFormat before setting it The usual pattern when setting OMX params is to first get the struct param, override the values we want to set and then set the updated param. We were not doing this with OMX_IndexParamVideoPortFormat and so were resetting some fields such as OMX_VIDEO_PARAM_PORTFORMATTYPE.xFramerate
Review of attachment 364617 [details] [review]: Looks good
Merged. Attachment 364617 [details] pushed as 56654cc - omxvideodec: retrieve OMX_IndexParamVideoPortFormat before setting it