mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
omxvideoenc: add adaptive gop-mode option
Added adaptive gop-mode option to ZYNQ_USCALE_PLUS encoder properties
This commit is contained in:
parent
4f6d788999
commit
150e7271ab
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue