<div dir="ltr"><div><div><div>Does any one help me to get audio pads from mpegtsmux element,i tried to get it from templet but every time i am getting video pad<br><br>mux_sink_pad_template = gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (data.muxer), "sink_%d");<br> new_pad = gst_element_request_pad (data.muxer, mux_sink_pad_template, NULL, NULL);<br><br></div>after that i am checking for type of pad that i got  <br><br>fprintf(stderr,gst_pad_get_name (new_pad));<br><br></div>but it always giving video/mpeg<br><br></div>my aim is to mux audio and video streams using mpegtsmux element ,using command line pipeline the muxing works properly but  programmatically i am getting above issue<br> <br></div>