new parser that uses flex and bison
authorAndy Wingo <wingo@pobox.com>
Sun, 7 Apr 2002 23:32:16 +0000 (23:32 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 7 Apr 2002 23:32:16 +0000 (23:32 +0000)
commit70cfc6cb4db1ce5b0a9e1f4c7939cb9eb198358d
treeaee511b4cd9f35ffeed89d2201869e45fcf59201
parent3cbe1bacd03f0356ac038e5bc9bb603666ae07d3
new parser that uses flex and bison

Original commit message from CVS:
* new parser that uses flex and bison
- doesn't do dynamic pipelines yet...
* added GErrors to the gst_parse_launch[v] api
* added --gst-mask-help command line option
* fixed -o option for gst-launch
* GstElement api change:
- gst_element_get_pad
- gst_element_get_request_pad, gst_element_get_static_pad
- gst_element_get_compatible_pad
- gst_element_get_compatible_static_pad, gst_element_get_compatible_request_pad
- gst_element_[dis]connect -> gst_element_[dis]connect_pads
- gst_element_[dis]connect_elements -> gst_element_[dis]connect
* manual update
* example, tool, and doc updates for the api changes
- no more plugin docs in the core docs, plugins require a more
extensive doc system
86 files changed:
docs/gst/gstreamer-sections.txt
docs/gst/gstreamer.types.in
docs/gst/tmpl/gstaggregator.sgml
docs/gst/tmpl/gstbin.sgml
docs/gst/tmpl/gstdisksink.sgml
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstfakesink.sgml
docs/gst/tmpl/gstfakesrc.sgml
docs/gst/tmpl/gstfdsink.sgml
docs/gst/tmpl/gstfdsrc.sgml
docs/gst/tmpl/gstfilesrc.sgml
docs/gst/tmpl/gstidentity.sgml
docs/gst/tmpl/gstparse.sgml
docs/gst/tmpl/gstpipefilter.sgml
docs/gst/tmpl/gstqueue.sgml
docs/gst/tmpl/gstreamer-unused.sgml
docs/gst/tmpl/gststatistics.sgml
docs/gst/tmpl/gsttee.sgml
docs/gst/tmpl/gsttypefind.sgml
docs/manual/advanced-autoplugging.xml
docs/manual/advanced-threads.xml
docs/manual/appendix-checklist.xml
docs/manual/appendix-debugging.xml
docs/manual/appendix-programs.xml
docs/manual/autoplugging.xml
docs/manual/basics-bins.xml
docs/manual/basics-data.xml
docs/manual/basics-elements.xml
docs/manual/basics-helloworld.xml
docs/manual/basics-pads.xml
docs/manual/basics-plugins.xml
docs/manual/bins.xml
docs/manual/buffers.xml
docs/manual/components.xml
docs/manual/connections.xml
docs/manual/cothreads.xml
docs/manual/debugging.xml
docs/manual/dynamic.xml
docs/manual/elements.xml
docs/manual/factories.xml
docs/manual/goals.xml
docs/manual/gstreamer-manual.xml
docs/manual/helloworld.xml
docs/manual/helloworld2.xml
docs/manual/highlevel-components.xml
docs/manual/init.xml
docs/manual/intro-motivation.xml
docs/manual/intro-preface.xml
docs/manual/intro.xml
docs/manual/motivation.xml
docs/manual/pads.xml
docs/manual/plugins.xml
docs/manual/programs.xml
docs/manual/states.xml
docs/manual/threads.xml
docs/manual/utility.xml [deleted file]
examples/autoplug/autoplug.c
examples/helloworld/helloworld.c
examples/helloworld2/helloworld2.c
examples/launch/mp3parselaunch.c
examples/mixer/mixer.c
examples/xml/createxml.c
examples/xml/runxml.c
gst/Makefile.am
gst/autoplug/autoplugtest.c
gst/autoplug/gstspider.c
gst/autoplug/spidertest.c
gst/gst.c
gst/gstelement.c
gst/gstelement.h
gst/gstparse.c
gst/gstparse.h
gst/parse/Makefile.am
gst/parse/grammar.y
gst/parse/parse.l
gst/parse/types.h
tests/muxing/case1.c
tests/old/examples/autoplug/autoplug.c
tests/old/examples/helloworld/helloworld.c
tests/old/examples/helloworld2/helloworld2.c
tests/old/examples/launch/mp3parselaunch.c
tests/old/examples/mixer/mixer.c
tests/old/examples/xml/createxml.c
tests/old/examples/xml/runxml.c
tests/sched/dynamic-pipeline.c
tools/gst-launch.c