Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex autoplu...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 17 Sep 2000 22:08:09 +0000 (22:08 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 17 Sep 2000 22:08:09 +0000 (22:08 +0000)
commitcab1728fa5774bf1873b9530465daaa36c854b46
tree5b50afca74b6f9a535c303ed57ce80a85b7b782d
parentf7bace76aad6e2ad98baeef7b35689cd5665acfd
Added gst_pipeline_add_sink/src to allow multiple sink cases and more complex autoplugging. Update docs too.

Original commit message from CVS:
Added gst_pipeline_add_sink/src to allow multiple sink cases and
more complex autoplugging. Update docs too.
Simplified the pipeline autoplugging code.
Changed the cothread case: One iteration is now a push from the src
element. The disk source does not change its state anymore on eof.
Better type setting for the ac3 parser/decoder and mpeg2parse.
16 files changed:
docs/gst/gstreamer-decl.txt
docs/gst/gstreamer-sections.txt
docs/gst/tmpl/gstpipeline.sgml
docs/manual/helloworld2.sgml
examples/helloworld2/helloworld2.c
examples/thread/thread.c
gst/Makefile.am
gst/cothreads.c
gst/elements/gstdisksrc.c
gst/gstbin.c
gst/gstpipeline.c
gst/gstpipeline.h
libs/getbits/gstgetbits.c
plugins/elements/gstdisksrc.c
tests/old/examples/helloworld2/helloworld2.c
tests/old/examples/thread/thread.c