first phase of spider cleanup
authorSteve Baker <steve@stevebaker.org>
Sun, 1 Dec 2002 01:37:58 +0000 (01:37 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 1 Dec 2002 01:37:58 +0000 (01:37 +0000)
commit7fec8602c3799350fc6e86c6c2cfd527d60b90be
tree6168419a4d64df7ed53eaed0ef600be6a3c8ba7e
parentee02fdd30e676c7cd8f75eebb25ed105cd69734b
first phase of spider cleanup

Original commit message from CVS:
first phase of spider cleanup
- get rid of the buffer cache for type finding
- do type finding within spider identity instead of in seperate element
- currently doing type finding with the first buffer only. will eventually merge buffer until there is "enough" data to typefind with
- spider now only has 1 sink instead of many. I don't believe it would be possible to mux with spider anyway
- if type finding fails, gst_element_error is called. Its up to the app to catch the error signal and stop the pipeline
gst/autoplug/gstspider.c
gst/autoplug/gstspider.h
gst/autoplug/gstspideridentity.c
gst/autoplug/gstspideridentity.h