gstreamer/examples/helloworld
Andy Wingo cbc6f66cf4 add two apis: gst_element_connect_elements_many (elem1, elem2, ...)
Original commit message from CVS:
* add two apis:
* gst_element_connect_elements_many (elem1, elem2, ...)
- calls gst_element_connect_elements() in order
- should be called gst_element_connect_many, but we need to rename gst_element_connect_elements first
- simplifies common-case code
* gst_bin_add_many (bin, elem1, ...)
- calls gst_bin_add on all of the elems
- again, simplifying common code
2002-02-21 14:44:27 +00:00
..
.gitignore hopefully one last update to the examples .cvsignores 2001-01-01 00:44:45 +00:00
helloworld.c add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
Makefile.am - use GST_CFLAGS and GST_LIBS only 2001-12-17 12:47:39 +00:00