<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'>
Hello <br><br>I'm using a 'spectrum' element that works fine. Source is either microphone(via 'alsasrc' element), or an audio file (via 'playbin2' element), or jack (via 'jackaudiosrc'). <br><br>However, when I start the app in command line, I always get the error message&nbsp; :<br><br>GLib-GObject-WARNING **: g_object_set_valist: object class `GstSpectrum' has no property named `'<br><br>My code looks like this :<br><br>spectrum = gst_element_factory_make ("spectrum", "spectrum");<br>g_assert (spectrum);&nbsp;&nbsp; &nbsp;<br>g_object_set (G_OBJECT (spectrum), "bands", 11025, "interval", 200000000, "threshold", -80, NULL);<br><br>However, my app works fine, just as I want. <br><br>Any sugestions? Should I ignore it?<br><br><br>Victor<br>                                               </div></body>
</html>