<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Oh ok. This is my pipeline command:</div>

<div> </div>

<div>
<pre>  cmd = "concat name=c ! queue ! audioconvert ! wavenc ! filesink location=/tmp/output.wav filesrc location=/tmp/first.mp3 ! decodebin ! c. filesrc location=/tmp/second.mp3 ! decodebin ! c."
  pipeline = Gst.parse_launch(cmd)</pre>

<div> </div>

<div>@vinod: If i see multifilesrc correctly it needs numbered filenames. Ok i could rename my source files first, but i would prefer using them directly</div>

<div> </div>
</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Freitag, 26. Februar 2016 um 08:11 Uhr<br/>
<b>Von:</b> "Sebastian Dröge" <sebastian@centricular.com><br/>
<b>An:</b> "Discussion of the development of and with GStreamer" <gstreamer-devel@lists.freedesktop.org><br/>
<b>Betreff:</b> Re: gstreamer elements are processed in a random order?!</div>

<div name="quoted-content">On Do, 2016-02-25 at 13:39 -0800, hammerwerfer wrote:<br/>
> Hi,<br/>
><br/>
> I am creating a pipeline to concatenate two audio files:with the following<br/>
> gst command:<br/>
><br/>
><br/>
> This works quite well for me but the order of the input files is random. i<br/>
> always execute the same command but sometimes "first.mp3" comes first and<br/>
> sometimes it comes on the second place. Are the elements organized<br/>
> internally in a dictionary/map? Is there kind of "rank" or "priority"<br/>
> property to order the filesrc elements?<br/>
<br/>
There is no pipeline in your mail, that part is missing. I see that<br/>
you're using nabble, don't use that for writing mails to this list as<br/>
it often corrupts mails, like dropping content.<br/>
<br/>
--<br/>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br/>
<br/>
_______________________________________________<br/>
gstreamer-devel mailing list<br/>
gstreamer-devel@lists.freedesktop.org<br/>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></div>
</div>
</div>
</div></div></body></html>