omxvideoenc: add adaptive gop-mode option

Added adaptive gop-mode option to ZYNQ_USCALE_PLUS encoder properties
This commit is contained in:
Varunkumar Allagadapa 2018-07-11 17:38:22 -07:00 committed by Olivier Crête
parent 4f6d788999
commit 150e7271ab

View file

@ -108,6 +108,8 @@ gst_omx_video_enc_gop_mode_get_type (void)
"low-delay-p"},
{OMX_ALG_GOP_MODE_LOW_DELAY_B, "Single I-frame followed by B-frames only",
"low-delay-b"},
{OMX_ALG_GOP_MODE_ADAPTIVE, "Advanced GOP pattern with adaptive B-frames",
"adaptive"},
{0, NULL, NULL}
};