mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
cbc6f66cf4
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 |
||
---|---|---|
.. | ||
bufspeed | ||
memchunk | ||
muxing | ||
old | ||
sched | ||
.gitignore | ||
lat.c | ||
Makefile.am | ||
README |
This directory contains various tests designed to test GStreamer's behavior. When these tests work, they should be recast in the form of regression tests and moved to ../testsuite.