<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br>Hello Marcin<br><div><br><br>&gt; AFAIR adding casting to uint64 should help<br>&gt; <br>&gt; I mean<br>&gt; <br>&gt; g_object_set (G_OBJECT (spectrum), "bands", 11025, "interval",<br>&gt; (uint64)200000000, "threshold", -80, NULL);<br><br>Yes casting to guint64 works; thank you so much!<br><br><br>&gt; &gt; However, when I start the app in command line, I always get the error<br>&gt; &gt; message&nbsp; :<br>&gt; &gt;<br>&gt; &gt; GLib-GObject-WARNING **: g_object_set_valist: object class `GstSpectrum' has<br>&gt; &gt; no property named `'<br>&gt; &gt;<br>&gt; &gt; My code looks like this :<br>&gt; &gt;<br>&gt; &gt; spectrum = gst_element_factory_make ("spectrum", "spectrum");<br>&gt; &gt; g_assert (spectrum);<br>&gt; &gt; g_object_set (G_OBJECT (spectrum), "bands", 11025, "interval", 200000000,<br>&gt; &gt; "threshold", -80, NULL);<br>&gt; &gt;<br><br>Victor<br><br></div>                                               </div></body>
</html>