omxvideoenc: add adaptive gop-mode option
authorVarunkumar Allagadapa <varunkum@xilinx.com>
Thu, 12 Jul 2018 00:38:22 +0000 (17:38 -0700)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Fri, 25 Jan 2019 00:49:22 +0000 (00:49 +0000)
Added adaptive gop-mode option to ZYNQ_USCALE_PLUS encoder properties

omx/gstomxvideoenc.c

index 33d098e..18d0252 100644 (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}
     };