parse: Make sure to create and link chains in the order as written
authorSebastian Dröge <sebastian@centricular.com>
Tue, 14 Jan 2014 14:52:26 +0000 (15:52 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 14 Jan 2014 14:52:26 +0000 (15:52 +0100)
commitf15f4ec8aa4e1b98652e582ea34c4a4834faf947
treee978e2327678c8b7fa5fffae047a9bf405110407
parent156d925cff38d6e99a90c5ecc9cb50aeabcb978a
parse: Make sure to create and link chains in the order as written

Make this work again:
audiotestsrc ! tee name=t  t.src_0 ! queue ! fakesink  t.src_1 ! queue ! fakesink
and this fail again:
audiotestsrc ! tee name=t  t.src_1 ! queue ! fakesink  t.src_0 ! queue ! fakesink

as tee just counts itself and does not care about the pad names we request
from it.
gst/parse/grammar.y