<html><head></head><body><div>On Tue, 2022-07-26 at 13:49 +0200, Sergio González wrote:</div><div><br></div><div>Hi Sergio,</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>`g_object_set(m_avdec, "max-threads", "1", NULL);`</div></div></div></div></div></div></div></div></div></blockquote><div><br></div><div>This should be:</div><div><br></div><div style="margin-left: 3ch;">g_object_set(m_avdec, "max-threads", 1, NULL);</div><div><br></div><div>or</div><div><br></div><div style="margin-left: 3ch;">gst_util_set_object_arg(G_OBJECT(m_avdec), "max-threads", "1");</div><div><br></div><div style="caret-color: rgb(46, 52, 54); color: rgb(46, 52, 54); font-family: Cantarell; font-size: 14.666667px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;">Cheers</div><div style="caret-color: rgb(46, 52, 54); color: rgb(46, 52, 54); font-family: Cantarell; font-size: 14.666667px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;"> Tim</div><div><br></div><div><span></span></div></body></html>