<div dir="ltr">my error was a null pointer ..<br>now audio mixer set a volume on a sink0 but when i changed to  sink1, no audio and volume setting dont work, then I changed audiomixer by a adder, but when I added more audio signals the pipeline (video signal associated to a audio signal on sink) was freeze<br>bellow snipps of my code:<br><br>     gchar *name1 = g_strdup_printf ("sink_%u", audioItem);<br>     g_object_set(G_OBJECT(gst_element_get_static_pad(audiomixer, name1)), "volume", x,NULL);<br><br>whith this, no error messaged.<br> but the audiomixer 's behavior was not the wanted</div>