Changing gst-omx encoder parameters dynamically

Hi,

Is it possible to change the encoder parameters(such as resolution, framerate) runtime? I am able to control the bitrate. However changing the resolution/ framerate doesn’t seem to work. I am using omxh264enc plugin. Any guidance would be really helpful.

Thanks

Hi sgmpa,
In gstreamer omxh264enc, dynamic resolution/framerate change is not supported.
In tegra_multimdia_api, dynamic framerate change is supported and resolution change is not supported.

Thanks DaneLLL.