<div dir="ltr">Thanks Michael<br><br>I tried your recomendation but that not work, example:<br><br>GObject *pad =G_OBJECT(gst_element_get_static_pad(audiomixer,                        sink.toUtf8().constData()));<br><br>then:<br><br>        g_object_set(pad, "volume", x,NULL);<br><br>and in running time I get this error:<br><br>              g_object_set: assertion 'G_IS_OBJECT (object)' failed<br><br>and if in another way:<br><br>g_object_set(gst_element_get_static_pad(audiomixer,                        sink.toUtf8().constData()), "volume", x , NULL);<br><br>dont work ., getting same error message<br><br>So, whats is the correct way to do that??<br></div>