<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">The audio stream should be 192 kb/s, yet when I do something like:<br><br> httpsrc location=<a href="http://domain.com/music.mp3" target="_blank">http://domain.com/foo.mp3</a>  ! audioconvert ! lamemp3enc bitrate=192 ! xingmux ! filesink=foo.mp3<br><br>The bitrate is reported by the file command to be:<br><br>foo.mp3:  Audio file with ID3 version 2.4.0, contains: MPEG ADTS, layer III, v1,  48 kbps, 44.1 kHz, JntStereo<br><br>I don't have the actual gst-launch command since I'm just coding the elements, but the flow should be the same. Why did lamemp3enc encode at 48kb/s when it should be 192 kb/s?<br></td></tr></table>