I am facing error "unsupported setting" in gst-omx after I start my pipeline from my gstreamer application through gst-parse-launch. Below is my pipeline(simplified). File sink dump is zero.
appsrc name=src ! videoconvert ! video/x-raw,format=I420 ! omxh264enc bitrate=3000000 control-rate=2 ! filesink location=filesink.dump
anyone has any idea what this error means and how to solve?
I am using gstreamer version:1.10.2.
below is the detailed logs during error.
omxvideoenc ../../git/omx/gstomxvideoenc.c:1307:gst_omx_video_enc_set_format:<omxh264enc-omxh264enc0> Setting inport port definition
0:00:06.629801879 1879 0x56eaf20 DEBUG omx ../../git/omx/gstomx.c:1048:gst_omx_component_set_parameter:<omxh264enc- omxh264enc0> Setting H264 parameter at index 0x02000001
ts:1520936285.477807 level:0x00100000 func:Set_OMX_PARAM_PORTDEFINITIONTYPE(224) tid:1892 mes:IndexSetParameter(PORTDEFINITION): nFrameWidth = 250
0:00:06.629910600 1879 0x56eaf20 DEBUG omx ../../git/omx/gstomx.c:1051:gst_omx_component_set_parameter:<omxh264enc-omxh264enc0> Set H264 parameter at index 0x02000001: Unsupported setting (0x80001019)
0:00:06.629934600 1879 0x56eaf20 DEBUG omx ../../git/omx/gstomx.c:1029:gst_omx_component_get_parameter:<omxh264enc-omxh264enc0> Getting H264 parameter at index 0x02000001
0:00:06.629979960 1879 0x56eaf20 DEBUG omx ../../git/omx/gstomx.c:1032:gst_omx_component_get_parameter:<omxh264enc-omxh264enc0> Got H264 parameter at index 0x02000001: None (0x00000000)
0:00:06.630003240 1879 0x56eaf20 DEBUG omx ../../git/omx/gstomx.c:1229:gst_omx_port_update_port_definition:<omxh264enc-omxh264enc0> Updated H264 port 0 definition: Unsupported setting (0x80001019)
After this I receive rejected caps and internal stream error.
User contributions licensed under CC BY-SA 3.0