many fixes related to dynamic pipelines.
authorAndy Wingo <wingo@pobox.com>
Mon, 18 Feb 2002 00:40:56 +0000 (00:40 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 18 Feb 2002 00:40:56 +0000 (00:40 +0000)
commit2cb0dd9d9b6913b2c0a49eecb69aa21219f6feff
tree2c80fe8d36a3f1bbc4ef36110dd419ba2325c7b5
parent9c5e022c921fe7d870963bfc2ac9f827e69b5f46
many fixes related to dynamic pipelines.

Original commit message from CVS:
* many fixes related to dynamic pipelines.
* addition of gst_element_disconnect_elements(), as per connect_elements()
* don't have a cow if typefind changes state in its signal handlers
* support of request pad -> request pad in connect_elements()
* some fixes in int2float that will eventually need to be ported to float2int and
adder

the gstelement api is getting bloated, expect a rewrite within the next month.
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstpad.c
gst/gsttypefind.c
gst/schedulers/gststandardscheduler.c