gstreamer/gst/parse
Sebastian Dröge f15f4ec8aa 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.
2014-01-14 15:52:26 +01:00
..
.gitignore parse: fix segfaulting prototype-mismatch 2013-11-28 19:05:23 -05:00
grammar.y parse: Make sure to create and link chains in the order as written 2014-01-14 15:52:26 +01:00
Makefile.am parse: Use GLib malloc/free/realloc functions 2013-12-27 12:55:40 +01:00
parse.l parse: Refactor grammar, make it more consistent and fix conflicts 2014-01-14 13:46:22 +01:00
types.h parse: Use GSlice for allocating and freeing links and chains 2014-01-14 13:46:24 +01:00