commit | cbc6f66cf454fa6d7a97e4a797d9493ed300a976 | [log] [tgz] |
---|---|---|
author | Andy Wingo <wingo@pobox.com> | Thu Feb 21 14:44:27 2002 +0000 |
committer | Andy Wingo <wingo@pobox.com> | Thu Feb 21 14:44:27 2002 +0000 |
tree | 603c496ac9277ff0cff6e456d51ef4f7287699c9 | |
parent | 5f1c9c689ccd715ba022e3ca6510bb37c10cb5eb [diff] |
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