<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div>Hi i&#39;ve just started  using the Python gstreamer bindings and have a question</div>

<div><br></div><div>Say I have a pipeline like this</div><div><br></div><div><div>pipeline = gst.parse_launch(&#39;gconfaudiosrc ! audioconvert ! audioresample ! fakesink&#39;)</div></div><div><br></div><div>Does anyone know how I could save the the output of the audio conversion into a python variable or array </div>

<div>(instead of just sending to the fakesink element. Is that possible ?</div><div><br></div><div>Ultimately I want to post that data to a web service for processing and want to avoid a temporary file.</div><div><br></div>

<div>Thanks  Glenn</div></span>