Can appsrc be put in that pipeline in place of filesrc without any additional elements?<br><br>Cheers,<br>Brad<br><br><br><div class="gmail_quote">On 5 January 2011 01:55, Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Tue, 2011-01-04 at 04:35 -0800, bcg wrote:<br>
<br>
Hi,<br>
<br>
</div><div class="im">&gt; This should almost be an FAQ but it&#39;s not in there so here goes:<br>
&gt;<br>
&gt; I have a pipeline thus:<br>
&gt;<br>
&gt; file-source -&gt;  decodebin -&gt; audioresample -&gt; converter -&gt; audio_output<br>
&gt;<br>
&gt; Using location (or fd if I change file_source to a fdsrc) I can happily play<br>
&gt; most audio I throw at it (including mp3s) providing its in a file. What I<br>
&gt; would like to do is play from a memory location with the mp3 data already in<br>
&gt; it.<br>
&gt;<br>
&gt; I am assuming I would need to use a fakesrc with a callback to get my data<br>
&gt; into the pipeline - I&#39;ve tried lots of variations on this and gotten<br>
&gt; nowhere.<br>
&gt;<br>
&gt; Can I just replace the file-source with the fakesrc, load the data and go<br>
&gt; (if this is possible couple someone provide an example)? Or do I have to<br>
&gt; worry about queues and caps? If so, can someone provide an example? Will<br>
&gt; decodebin suffice or will I have to be more specific?<br>
<br>
</div>Use appsrc.<br>
<br>
Cheers<br>
<font color="#888888"> -Tim<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>
to consolidate database storage, standardize their database environment, and,<br>
should the need arise, upgrade to a full multi-node Oracle RAC database<br>
without downtime or disruption<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>