form a semantic representation of the pipeline in preparation for actual instantiation.
authorAndy Wingo <wingo@pobox.com>
Mon, 1 Apr 2002 06:30:39 +0000 (06:30 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 1 Apr 2002 06:30:39 +0000 (06:30 +0000)
commit66107d87171e9d21cd060fe1aa633c1c37afbf4b
treecf61e8bfd8e8fdb6d830fa3d5295f155aef8e92d
parentf6112a24bb312d3cd0f4f74c887b3ae50899850f
form a semantic representation of the pipeline in preparation for actual instantiation.

Original commit message from CVS:
* form a semantic representation of the pipeline in preparation for
actual instantiation.

the parser is shaping up quite nicely; it should, in theory, be able to create
all types of pipelines that gstreamer supports
gst/parse/Makefile.am
gst/parse/grammar.y
gst/parse/parse.l
gst/parse/types.h [new file with mode: 0644]