add two apis: gst_element_connect_elements_many (elem1, elem2, ...)
authorAndy Wingo <wingo@pobox.com>
Thu, 21 Feb 2002 14:44:27 +0000 (14:44 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 21 Feb 2002 14:44:27 +0000 (14:44 +0000)
commitcbc6f66cf454fa6d7a97e4a797d9493ed300a976
tree603c496ac9277ff0cff6e456d51ef4f7287699c9
parent5f1c9c689ccd715ba022e3ca6510bb37c10cb5eb
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
examples/helloworld/helloworld.c
gst/gstbin.c
gst/gstbin.h
gst/gstelement.c
gst/gstelement.h
tests/old/examples/helloworld/helloworld.c