Hello all ,<br>I have a pipeline like this one <a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh">http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh</a> in my C application.<br>
<br>Now I'd like to change the udpsink "host" property of all the 4 flows (audio rtp, audio rtcp, video rtp and video rtcp).<br><br>What is the better way to proceed? is it possible to do it without stopping the pipeline?<br>
<br>using g_object_set in playing state doesn't work.<br>Thanks!!<br>Lucy<br><br>