gstreamer/examples
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
..
autoplug new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
cutter removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:13 +00:00
events removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:13 +00:00
helloworld new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
helloworld2 new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
launch new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
mixer new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
plugins s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:09 +00:00
queue for i in find . -name *.[ch]; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done 2002-01-05 23:05:56 +00:00
queue2 for i in find . -name *.[ch]; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done 2002-01-05 23:05:56 +00:00
queue3 for i in find . -name *.[ch]; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done 2002-01-05 23:05:56 +00:00
queue4 for i in find . -name *.[ch]; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done 2002-01-05 23:05:56 +00:00
thread removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:13 +00:00
typefind Fixed the typefind function 2001-12-22 21:28:16 +00:00
xml new parser that uses flex and bison 2002-04-07 23:32:16 +00:00
Makefile.am autoplug doesn't depend on gnome anymore. 2002-01-17 20:58:42 +00:00