<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">I tried to add audio part in a rtsp pipeline dynamically with</div><div dir="ltr" data-setdir="false">auto audio_bin = gst_parse_bin_from_description( "queue ! decodebin ! audioconvert ! autoaudiosink", TRUE );</div><div dir="ltr" data-setdir="false">My problem is I do not want to handle different audio forms manually. Therefore, decodebin is applied here. However, <span>audio_bin can not be linked to the pipeline.</span> Does the pad of <span>decodebin need to be handled?  </span><br></div></div></body></html>