gstreamer/gst/autoplug
Andy Wingo 70cfc6cb4d 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
2002-04-07 23:32:16 +00:00
..
.gitignore added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-) 2002-03-25 05:01:02 +00:00
autoplugtest.c new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
gstautoplugcache.c fix all compiler warnings 2002-04-04 19:28:23 +00:00
gstautoplugger.c fix all compiler warnings 2002-04-04 19:28:23 +00:00
gstsearchfuncs.c filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again 2002-03-24 22:07:09 +00:00
gstsearchfuncs.h bugfixing; use the right function to check probable caps compatibility 2002-02-05 20:56:11 +00:00
gstspider.c new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
gstspider.h major rewrite of the spider. 2002-02-11 08:18:09 +00:00
gstspideridentity.c fix all compiler warnings 2002-04-04 19:28:23 +00:00
gstspideridentity.h initial import of the spider autoplugger 2002-01-28 01:47:31 +00:00
gststaticautoplug.c filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again 2002-03-24 22:07:09 +00:00
gststaticautoplug.h Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
gststaticautoplugrender.c filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again 2002-03-24 22:07:09 +00:00
gststaticautoplugrender.h Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
Makefile.am let's not give our plugins -release versioning make clean before rebuilding after you update on this one... 2002-03-19 05:46:38 +00:00
spidertest.c new parser that uses flex and bison 2002-04-07 23:32:16 +00:00