This patch fixed a typo found at capsfilter's "height" property.
Having it fixed, we were able to run the example successfully
along with our MIPI camera on ARTIK devkit.
Signed-off-by: Hwansoon Sung <hs2704.sung@samsung.com>
}
str_caps =
- g_strdup_printf ("video/x-raw,width=%d,hegith=%d,framerate=%s",
+ g_strdup_printf ("video/x-raw,width=%d,height=%d,framerate=%s",
ctx->input_src_width, ctx->input_src_height, ctx->input_src_framerates);
caps = gst_caps_from_string (str_caps);
g_object_set (G_OBJECT (pipeline_cntnr->input_capsfilter),