diff options
author | Thong Thai <thong.thai@amd.com> | 2022-10-27 11:23:46 -0400 |
---|---|---|
committer | Leo Liu <leo.liu@amd.com> | 2022-10-27 12:40:50 -0400 |
commit | 010eaa1ddc604c2c8b15279350859195702957b3 (patch) | |
tree | b3515e77e34036a545dfcdf7f5e76bdba830ba86 | |
parent | 333e38cfe4f7dbe44ec4721ec3836d6e3556c138 (diff) |
config: add omxh264enc entry
Signed-off-by: Thong Thai <thong.thai@amd.com>
-rw-r--r-- | config/bellagio/gstomx.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/bellagio/gstomx.conf b/config/bellagio/gstomx.conf index ac88d68..ff508a7 100644 --- a/config/bellagio/gstomx.conf +++ b/config/bellagio/gstomx.conf @@ -25,6 +25,15 @@ in-port-index=0 out-port-index=1 hacks=event-port-settings-changed-ndata-parameter-swap;video-framerate-integer;syncframe-flag-not-used +[omxh264enc] +type-name=GstOMXH264Enc +core-name=/usr/local/lib/libomxil-bellagio.so.0 +component-name=OMX.mesa.video_encoder.avc +rank=0 +in-port-index=0 +out-port-index=1 +hacks=event-port-settings-changed-ndata-parameter-swap;event-port-settings-changed-port-0-to-1 + [omxaacenc] type-name=GstOMXAACEnc core-name=/usr/local/lib/libomxil-bellagio.so.0 |